Jump to content

Terminal control/Display an extended character: Difference between revisions

m
→‎{{header|Phix}}: syntax coloured
(Added solution for Action!)
m (→‎{{header|Phix}}: syntax coloured)
Line 403:
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.
<!--<lang Phix>puts(1,"£"phixonline)</lang-->
<span style="color: #7060A8;">puts</span><span style="color: #0000FF;">(</span><span style="color: #000000;">1</span><span style="color: #0000FF;">,</span><span style="color: #008000;">"£"</span><span style="color: #0000FF;">)</span>
<!--</lang>-->
Output:
<pre>£</pre>
7,831

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.