in harbour have support of codepage
the clipper program is made with 850          International MS-DOS  (oem)

the harbour basic function for  queries and optionally changes the
current code page used for character strings
HB_SetCodePage( [<cCodePageID>] )


REQUEST HB_LANG_ES
REQUEST HB_CODEPAGE_ES850C

PROCEDURE MAIN ()
  HB_SETCODEPAGE('ES850C')
  HB_LANGSELECT('ES')
  string="àèéìùç"  aa
 ? "test"+string
 a=inkey(0)
 return


You must undestand what codepage support have  the font that you want use

Please share here your result, can be usefull for other user

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

Reply via email to