Discussion:
Status of wchar support in Android ndk
Irina
2018-07-25 11:43:54 UTC
Permalink
Hello,

Could anyone please clarify the status of wchar support in Android ndk r15c?

I've found numerous complaints on the lack of wchar functionality, however
all of them dating back several years.

The most recent info I've managed to find is:
http://www.androidcodesearch.com/source/ndk/sources/android/support/include/wchar.h
,
where it's stated about partially implemented wchar functionality.

Regards.
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/20d1d719-ef49-4da3-98ef-15ad2ad9463f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'Dan Albert' via android-ndk
2018-07-25 17:03:01 UTC
Permalink
Update to r17b. Should all work fine for the most part. There may be some
weirdness around wchar stdio because that wasn't actually available in
Android until API 21, so if your minSdkVersion is less than 21 the NDK
provides an implementation of that by converting the wchar string to a
multibyte string, performing the operation, and then converting the result
back, but for the most part things should work.
Post by Irina
Hello,
Could anyone please clarify the status of wchar support in Android ndk r15c?
I've found numerous complaints on the lack of wchar functionality, however
all of them dating back several years.
http://www.androidcodesearch.com/source/ndk/sources/android/support/include/wchar.h
,
where it's stated about partially implemented wchar functionality.
Regards.
--
You received this message because you are subscribed to the Google Groups
"android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit
https://groups.google.com/d/msgid/android-ndk/20d1d719-ef49-4da3-98ef-15ad2ad9463f%40googlegroups.com
<https://groups.google.com/d/msgid/android-ndk/20d1d719-ef49-4da3-98ef-15ad2ad9463f%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/CAFVaGhv%2B%2B8Lvdkp_3R4_jf%3DuE5_gWGGqc0EJR%3Dp-z0OzRjagyg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...