A
Aidan Jeffery
Guest
The database code page doesn’t seem to be relevant to the problem you are seeing. It will depend on the client startup parameters and the fonts that are used - in this case, the font that is used for the widget that you are entering the character value into. Assuming that your installation is using Courier New for font2, try this: DEFINE VARIABLE myChar AS CHARACTER INITIAL "Š". UPDATE myChar WITH 1 COLUMN FONT 2. MESSAGE "myChar =" myChar VIEW-AS ALERT-BOX.
Continue reading...
Continue reading...