Post Reply 
Is there an escape sequence for Unicode characters?
08-27-2015, 03:52 PM (This post was last modified: 08-28-2015 07:05 AM by StephenG1CMZ.)
Post: #4
RE: Is there an escape sequence for Unicode characters?
Thanks, that helps. Now how do I express that in hex?
Most Wikipedia sources use hex, eg 1F060h is a domino.
I've tried PRINT(CHAR(#1F06h)).
I've tried PRINT(CHAR(SETBASE(#1F06h,3))), which returns a decimal rather than a hex

Have I just done a typo or am I missing something?
I know the symbol is available if I pick it up manually, but using numbers the best I am seeing is the no-such-symbol-rectangle.

typo here only : 1f06 should be 1f060.

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Is there an escape sequence for Unicode characters? - StephenG1CMZ - 08-27-2015 03:52 PM



User(s) browsing this thread: 1 Guest(s)