From: <al...@be...> - 2018-09-01 10:33:44
|
<div>Hello,</div><div> </div><div>as far as I understand, you write about two problems:</div><div> </div><div>1) displaying of accented letters</div><div>2) linking two files</div><div> It is difficult to comment linking issue, because you didin't post any error messages.</div><div> </div><div>Now about accented letters. What codepage does you use for your source files? If it isn't utf-8, you need to define it at a start of a program for HwGUI could automatically convert text into utf-8.</div><div>For example, if I use a Russian codepage for my files (yje same as in Windows), I write:</div><div> </div><div><div>#ifdef __GTK__</div><div> hwg_SetAppLocale( "WINDOWS-1251" )</div><div>#endif</div><div> hb_cdpSelect( "RU1251" )</div><div> </div><div>You may look in this mailing list archives: we discussed this issue with Alain Aupeix few years ago.</div><div> </div><div>Regards, Alexander.</div><div> </div></div><div> </div> |