Terminal control/Display an extended character: Difference between revisions

m
chcp 65001
m (Correct order of beeswax and Befunge)
m (chcp 65001)
Line 305:
 
=={{header|Phix}}==
On Windows (Linux should be fine), you may need to set the terminal to a truetype font (eg Lucida Console) and the code page to CP_UTF8 (chcp 65001).<br>
See demo\HelloUTF8.exw for a (not very pretty) way to do that programmaticaly.<br>
The following assumes you have done that manually, and saved the source code file in UTF-8 format.
7,820

edits