Terminal control/Display an extended character: Difference between revisions

Line 65:
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
PRINT CHR$(&C2) CHR$(&A3) : REM UTF-8 encoding for £</lang>
 
=={{header|bc}}==