Terminal control/Display an extended character: Difference between revisions

Content added Content deleted
Line 65: Line 65:
But to be on the safe side you can do this:
But to be on the safe side you can do this:
<lang bbcbasic> VDU 23,22,640;512;8,16,16,128+8 : REM Enable UTF-8 mode
<lang bbcbasic> VDU 23,22,640;512;8,16,16,128+8 : REM Enable UTF-8 mode
PRINT CHR$(&C2) CHR$(&A3) : REM UTF-8 encoding for £</lang>
PRINT CHR$(&C2) CHR$(&A3) : REM UTF-8 encoding for £</lang>


=={{header|bc}}==
=={{header|bc}}==