Changes between Version 2 and Version 3 of Ticket #13184, comment 7
- Timestamp:
- Jan 11, 2017, 4:32:37 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13184, comment 7
v2 v3 5 5 ucnv_getNextUChar, on the other hand, does return an UChar32 (talk about a confusing naming for that funnction...), so indeed that fixes the problem. However, it does not work for streaming conversion. 6 6 7 So the generic solution would be to use ucnv_convert , and ask for an output in UTF32.7 So the generic solution would be to use ucnv_convertEx, and ask for an output in UTF32.