From: Panayotis K. <pan...@pa...> - 2011-10-14 08:54:20
|
13 Οκτ 2011, 12:31 μ.μ., ο/η Aaron VonderHaar <gru...@gm...> έγραψε: > There's the problem though that String.getBytes() returns different > bytes depending on the "the platform's default charset". I'm not > immediately sure what that even refers to in using xmlvm to generate > objc code. Since there is no "default implementation" for Java in iOS, I believe that we can safely assume that the "default charset" is UTF8, and thus solve tons of issues... |