bellecombe
Instructor
Hi
In my tcl script I have this: [pre]...
append p "B,confirmButton,\u2714,,Exit Ok;"
...[/pre]
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.
[pre]
B,execButton,✎,,tryForm;
B,execButton,\u270E;[/pre]
The file is coded utf8 without BOM.
tanks
John Rossati
In my tcl script I have this: [pre]...
append p "B,confirmButton,\u2714,,Exit Ok;"
...[/pre]
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.
[pre]
B,execButton,✎,,tryForm;
B,execButton,\u270E;[/pre]
The file is coded utf8 without BOM.
tanks
John Rossati