Hi, If I want to use Unicode characters in my source code, but without actually typing in the Unicode character - I rather want to define it similar to ASCII chars or Hex values: eg: Char(65) or 'test'+#65+'me' or similar to what hex values are defined with a dollar prefix: $30
Any idea how I can do this? I don't want to mess with the -Fcutf8 compiler parameter if I can avoid it. I also want the ability of the source code to be edited by a editor that might not support Unicode (more precisely UTF-8). Is this possible? Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net/fpgui/ _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal