i have a problem with wide characters in android.

wprintf(L"hello world\n");

OUTPUT:
h

i'm compiling my code using ndk, pushing the executable on G1 phone
and running from shell. is there something else that needs to be done
to use wide characters? i even tried calling fwide(stdout, 1) before
printing but it gave the same result.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to