Hi Mr. Rao,nageswaragunupudi wrote:Got it, using CHARSET 162.nageswaragunupudi wrote: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
Is this the right way?Code: Select all | Expand
DEFINE FONT oFont NAME "Segoe UI" SIZE 0,-16 CHARSET 162
I'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/view ... 028#p64949
https://forums.fivetechsupport.com/view ... da3bea5028
https://forums.fivetechsupport.com/view ... 28#p233011
but I use this method to define Turkish Charset. I have a line in my make file like below
Code: Select all | Expand
$(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.c
Code: Select all | Expand
REQUEST HB_CODEPAGE_TRWIN
function Main()
HB_CDPSELECT( "TRWIN" )
...
return
Code: Select all | Expand
DEFINE FONT oMyFnt NAME "Verdana" SIZE 0, -12
I should also say that there is no Turkish entry problem in GET MEMO fields.