
19 Jan
2011
19 Jan
'11
8:18 p.m.
Alexander Lamaison wrote:
I was under the impression that Linux changed from interpreting char* as being in a multitude of different encodings to being in UTF-8 by default.
Well, it probably depends on what part of Linux we're talking to, but most of the functions do not interpret char* as being in any encoding, neither do they have a default. They just treat it as a byte sequence.