Cube Hal char encoding Posted by Joe.Merten on 2015-11-14 15:52 Since we've reached 20th century, I suggest to use Utf-8 in all source code. Hal still seems to use some ansi encoded quotation marks.
Posted by dautrevaux on 2015-11-21 21:52 Sorry Joe, but the C standard specifies that the character set to use for program code is ANSI; you may use th echaracter set you want in comments and strings, but for program code, it has roughly to be ASCII Bernard