Otto wrote:Rimantas,
Thank you very much for your help.
Glad to know it is Restaurant – one never knows what you copy and paste if you don’t know a language.
Did you ever tried a solution as Uwe mentioned with an own font?
Regards,
Otto
One moment I was playing with that . But this solution isn't good . The own font must be instaled in PC of user . So if a user will change PC , then problems will appears . But maybe it can be done with instaliation of own font from FWH application ... . The best solution - Unicode application . Sorry , but I don't know how to do that with FWH . So I leaved this question to Antonio - is any possibility to do FWH application as Unicode ?
ADDED - searching through forum I found that : Antonio's answer -
"FWH provides AnsiToWide() and WideToAnsi() so you can convert from ansi to unicode and viceversa."
I tried that with one browse :
- Code: Select all Expand view
ADD COLUMN TO BROWSE oBrw DATA OemToAnsi( PREKES->PREKE_RUS ) ;
HEADER aHead[ 12 ] PICTURE "@!K" EDITABLE
and can confirm that this is working !
...
So , Otto , you must add this functions in all places where you want to see true cirrilic inscriptions ...
Rimantas U.