Converting Unicode characters
Converting Unicode characters
(OP)
Hi
In my tcl script I have this:
When this is into a file this not appens i.e I am not be able to convert the below alternatives into a
desired caption.
tanks
John Rossati
In my tcl script I have this:
... append p "B,confirmButton,\u2714,,Exit Ok;" ...that is used for generate a form button with caption the Unicode Lower Right Pencil.
When this is into a file this not appens i.e I am not be able to convert the below alternatives into a
desired caption.
B,execButton,✎,,tryForm; B,execButton,\u270E;The file is coded utf8 without BOM.
tanks
John Rossati
RE: Converting Unicode characters
2) Are you writing to a file or do you want it displayed in a GUI or a console
3) Are you using Linux or Windows
RE: Converting Unicode characters
The file is coded utf8 without BOM; I am working on Windows and in my application I have both a TCL variable both a file text that contains \u270E and the first case Lower Right Pencil is showed correctly.
For the \u270E in a file I have found an answer i.e.: