On Wednesday, 16 October 2013 at 08:03:26 UTC, qznc wrote:
Most code might be buggy then.

All code is buggy.

An issue the often comes up is file names. A file called "bär" will be normalized differently depending on the operating system. In both cases it is one grapheme. However, on Linux it is one code point, but on OS X it is two code points.

And on Windows it's case-insensitive - 2^^N variants of each string. So what?

Reply via email to