Felix Kater:
when I use gcc-4.1.1-r1 (gentoo-linux) with nls support, it emits single quotes. On my xterm it looks ok, in the scite output window they are replaced by ugly squares with the unicode in it.
Linux distributions now often set the locale to UTF-8 by, for example, setting LANG=en_US.UTF-8. gcc takes this as an indication that it can use any Unicode character encoded as UTF-8 so quotes using 'these' rather than ASCII. To see these as intended, set output.code.page=65001 Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
