From: Alexander S.K. <al...@be...> - 2015-07-23 11:36:57
|
Marcelo Anelli пишет: > Hi all, > > i have troubles with spanish chars like accented chars and ñ,Ñ > > my system is for spanish people, and the only trouble is with get on dialog > > I use: > hwg_SetAppLocale( "UTF-8" ) > > Some hints will be appreciated... > Try: REQUEST HB_CODEPAGE_UTF8 hb_cdpSelect( "UTF8" ) and remove the hwg_SetAppLocale( "UTF-8" ) This works for me ( I use cyrillic ). Regards, Alexander. |