How to properly display polish national characters (word ILOŚĆ) in the title of DIALOG?
In 'normal' WINDOW all is ok.

Regards
Jaroslaw Kadziola

Jaroslaw,
Have you find a way to solve it ?
Have you tried at the beginning of your application ?
REQUEST HB_LANG_PL
HB_langSelect("PL") // I think it is PL please check
I had similar problems displaying french characters and i fixed it whith request and hb_langselect
Hth
Richard
REQUEST Hb_Lang_PLWIN
  REQUEST Hb_CodePage_PLWIN
  REQUEST DBFNTX
  Hb_LangSelect ('PL')
  Hb_SetCodePage ('PLWIN')
  RDDSETDEFAULT( "DBFNTX" )OemtoAnsi()
AnsitoOem()=====>
Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala
FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10
FiveWin, One line of code and it's done...
Bayron,
Thanks for reply.These functions exists in harbour, but not helped me.
As i wrote - is not big problem for me, problem is in other place :
harbour's behavior in WM6 and WM6.5 described here :
http://groups.google.com/group/harbour- ... 4b0709a34#
Best Regards
Jaroslaw KAdziola