nageswaragunupudi wrote:Got it, using CHARSET 162.Can you please clarify how to define fonts choosing Turkish Charset?Maybe your font set is problem?
With this font definition I am able to see Turkish fonts for the above ASCII codes correctly
DEFINE FONT oFont NAME "Segoe UI" SIZE 0,-16 CHARSET 162I'm sorry for being late in replying.
I don't know CHARSET 162 using to define Turkish Charset. I have started a few thread since 15 years.
https://forums.fivetechsupport.com/viewtopic.php?f=3&t=12805&p=64949&hilit=d+default+charset+1&sid=54dfaf7858789882cd774ada3bea5028&sid=54dfaf7858789882cd774ada3bea5028#p64949
https://forums.fivetechsupport.com/viewtopic.php?f=3&t=13810&hilit=d+default+charset+1&sid=54dfaf7858789882cd774ada3bea5028
https://forums.fivetechsupport.com/viewtopic.php?f=3&t=14142&p=233011&hilit=d_DEFAULT_CHARSET_%3D1&sid=54dfaf7858789882cd774ada3bea5028&sid=54dfaf7858789882cd774ada3bea5028#p233011
but I use this method to define Turkish Charset. I have a line in my make file like below
$(OBJDIR)\font.c         : $(FWDIR)\source\classes\font.prg
    $(HBDIR)\bin\harbour $(FWDIR)\source\classes\font.prg /n \
    /i$(FWDIR)\include;$(HBDIR)\include /d_DEFAULT_CHARSET_=1 /o$(OBJDIR)\font.cREQUEST HB_CODEPAGE_TRWIN
function Main()
 Â
  HB_CDPSELECT( "TRWIN" )
 Â
...
returnDEFINE FONT oMyFnt NAME "Verdana" SIZE 0, -12I should also say that there is no Turkish entry problem in GET MEMO fields.
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06