>>>> Font information like ansi/oem
>>> 
>>> I do not think it has any relevance with text editing, but I may be
>>> wrong.
>> 
>> It has relevance, in fact quite important for anyone 
>> using non-English texts in source code, but in case you 
>> implement it please let's forget "ANSI" and "OEM". These 
>> are MS specific (and BTW horrible and vague) terminology. 
>> 
>> Simple, standard codepage name is the way to go here.
>> 
> 
> Now I understand why it is important.
> Which Harbour function call will fetch me "standard codepage" ?

You will most probably handle it on the QT level so you need 
to check with QT docs. If you need to sync it for whatever 
reasons with Harbour, see HB_CODEPAGE_* for Harbour equivalent.
Harbour doesn't support standard CP names ATM, except UTF-8.

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to