Changes between Version 2 and Version 3 of Ticket #13184, comment 7


Ignore:
Timestamp:
Jan 11, 2017, 4:32:37 PM (7 years ago)
Author:
pulkomandy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13184, comment 7

    v2 v3  
    55ucnv_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.
    66
    7 So the generic solution would be to use ucnv_convert, and ask for an output in UTF32.
     7So the generic solution would be to use ucnv_convertEx, and ask for an output in UTF32.