Search:

Type: Posts; User: Elysia

Search: Search took 0.13 seconds.

  1. Thread: Unicode - UTF-8

    by Elysia
    Replies
    13
    Views
    4,138

    And unfortunately, Windows does not support UTF-8...

    And unfortunately, Windows does not support UTF-8 natively, so printing it will only result in garbage no matter what. Linux might be another matter, though.
  2. Thread: Unicode - UTF-8

    by Elysia
    Replies
    13
    Views
    4,138

    But there is sometimes a 2-byte value at the...

    But there is sometimes a 2-byte value at the beginning of a file that tells the encoding of the file, ie UTF-8, UTF-16, ANSI, etc.
  3. Thread: Unicode - UTF-8

    by Elysia
    Replies
    13
    Views
    4,138

    Nope, you need to set the code page. The C/C++...

    Nope, you need to set the code page. The C/C++ library has no knowledge of Unicode format specifiers. YOU have to tell it that it's dealing with utf-8.
    Don't ask me how, though, because I don't...
Results 1 to 3 of 3