What does it mean when a program states it converts everything to UTF-8 internally?

Posted by xyld on Stack Overflow See other posts from Stack Overflow or by xyld
Published on 2010-05-07T11:35:42Z Indexed on 2010/05/07 11:38 UTC
Read the original article Hit count: 169

Filed under:
|
|
  • does it use setlocale()?
  • does it assume utf-8 for all strings?
  • I understand what unicode is and how its related to utf-8, but how does one "convert to it" internally with all their strings?

© Stack Overflow or respective owner

Related posts about i18n

Related posts about c