On November 14, 2009 at 00:20, multimedia said...
The negative side is debugging libraries. In several times it is even necessary to remove part of code from a library to find out the source of problems. Even caracters in the comment (like the german Umlaut 'ü') will stop running a library.
Such characters are allowed, but the library file must use UTF-8 encoding. If your text editor uses ISO-8859 or Windows CP-1252 encoding, such characters will form an invalid UTF-8 sequence.
A tool for converting non-UTF8 files to UTF8 can be found at:
[Link: kalytta.com](Character Set Converter)