Marco van de Voort wrote: > [...] > > Is there any way to introduce a Unicode character in my source? Not literally, i.e. something like #12345 doesn't work (yet?). The only way to deal with Unicode strings so far is via UTF-8 strings as implemented in my unicode unit, which is still available here: http://www.freepascal.org/unicode/ - Sebastian