On 08 Jul 2010, at 10:07, Graeme Geldenhuys wrote: > what would happen if they > do contain characters > #127? Does the compiler though some "malformed > unicode character" error during compilation? If the character is indeed malformed (it might also be a valid sequence by accident), then the compiler will throw an error. Jonas