0

How can I convert a string from one encoding to another using icu4c? I've searched for hours and have not found anything except from looking at the source of uconv (a utility bundled with icu4c), it calls ucnv_open (which takes encodings as parameters) at some point. I'd assume you can use the result of ucnv_open to convert a string somehow...

megazord
  • 3,210
  • 3
  • 23
  • 31

1 Answers1

0

uconv would help you, but also see:

Steven R. Loomis
  • 4,228
  • 28
  • 39