Tuesday, 6 August 2013

Logging multibyte strings on Android

Logging multibyte strings on Android

I'd like to know if it is possible to log multibyte char strings (UTF-8)
using the android ndk __android_log_print_ function when debugging an
application. I mean, logging characters that are not ASCII chars.
I looked for documentation about __android_log_* functions but I didn't
find any related to this.
Thanks in advance!

No comments:

Post a Comment