[java-dev] Re: Re: String encoding Problem
Léopold Frey
leopold.frey at free.fr
Wed Jun 27 05:33:46 MDT 2007
- Previous message: [java-dev] Re: String encoding Problem
- Next message: [java-dev] Re: Re: String encoding Problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Camille, I think you'll have this problem each time you call a method of the Atom class (Atom <-> String). So the problem will always occur with c74.net.* classes. That's why I said it was a mxj global problem. In your example, you are able to print a String with the right encoding, but I don't think you'll be able to do it with an Atom. Same problem if you try to send your right encoded String back to max world. Unless I misunderstood something. A workaround is to implement your own tcp class. L?o
- Previous message: [java-dev] Re: String encoding Problem
- Next message: [java-dev] Re: Re: String encoding Problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
