Wow, a new way I have not seen, thanks Shai! Fingers crossed, will give it 
a go!

On Tuesday, January 22, 2019 at 11:32:05 AM UTC+8, Shai Almog wrote:
>
> A better way is to use a writer:
>
> Writer w = new InputStreamWriter(input, "UTF-8");
> w.write(string);
>
> Check the string in the debugger first to make sure it wasn't corrupted 
> before this stage.
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/69f6ea5e-5c1d-4076-81a5-7a430bf92eee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to