Am 21.10.2011 15:02 schrieb Michael Schnell: > But if you just deal with the user's GUI input and output and with files > that you wrote yourself in some default encoding code the language tools > define, IMHO a decent language should do whatever possible to hide the > complexity.
You'd advocate for fpc/Lazarus to normalize all incoming and outgoing file names then? If you write a file with a file name in unicode NFC in OS X and read the file name back from the OS, you'll get a NFD string returned, which means a normalization-unaware compare function will not do what you'd expect. Michael Lutz -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
