Fwh 23.10 TGet another problem (UNSOLVED)
Fwh 23.10 TGet another problem (UNSOLVED)
Hi,
Turkish characters are displayed as question mark in fwh 23.10. when FW_SetUnicode( .F. )
any help?
Turkish characters are displayed as question mark in fwh 23.10. when FW_SetUnicode( .F. )
any help?
Last edited by Horizon on Sat Nov 18, 2023 6:56 am, edited 2 times in total.
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Fwh 23.10 TGet another problem
Please help me to understand more about Turkish characters.
Please copy and paste a string of characters with which you are having problems now.
Please copy and paste a string of characters with which you are having problems now.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: Fwh 23.10 TGet another problem
Hi Mr. Rao,
When I press this characters from keyboard, it prints ?.
Thanks.
Code: Select all | Expand
A Character Ascii
1 Ğ 208
2 Ş 222
3 İ 221
4 ğ 240
5 ş 254
6 ı 253
Thanks.
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
Re: Fwh 23.10 TGet another problem
Hi
Any comment?
Any comment?
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
Re: Fwh 23.10 TGet another problem
perfectly worked for me. I have no problem
Re: Fwh 23.10 TGet another problem
Fwh 23.10 and FW_SetUnicode( .F. ) ?ertan wrote:perfectly worked for me. I have no problem
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
Re: Fwh 23.10 TGet another problem
New and older versions of FW or SetUnicode() values no differences. same result. Maybe your font set is problem?
Re: Fwh 23.10 TGet another problem
There is not any problem fwh 23.07.ertan wrote:New and older versions of FW or SetUnicode() values no differences. same result. Maybe your font set is problem?
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
Re: Fwh 23.10 TGet another problem
My Database engine is SQL and I have not any problem so far.
Re: Fwh 23.10 TGet another problem
Hi,
I use dbf and dbfcdx.
I use dbf and dbfcdx.
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
Re: Fwh 23.10 TGet another problem
Hi Mr. Rao,
any clue?
any clue?
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Fwh 23.10 TGet another problem
Please help me.
Is this the right way to set Turkish language?
Is this the right way to set Turkish language?
Code: Select all | Expand
#include "fivewin.ch"
REQUEST HB_LANG_TR
REQUEST HB_CODEPAGE_TRWIN
function Main()
HB_LANGSELECT( "TR" )
HB_CDPSELECT( "TRWIN" )
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Fwh 23.10 TGet another problem
Can you please clarify how to define fonts choosing Turkish Charset?Maybe your font set is problem?
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: Fwh 23.10 TGet another problem
Master Rao, maybe: TT0003M_.TTF
https://github.com/AnalogJ/ReBind/blob/ ... 0003m_.ttf
https://supportcommunity.zebra.com/s/ar ... uage=pt_BR
https://forums.ni.com/t5/LabVIEW/printi ... -p/3829324
Regards, saludos.
https://github.com/AnalogJ/ReBind/blob/ ... 0003m_.ttf
https://supportcommunity.zebra.com/s/ar ... uage=pt_BR
https://forums.ni.com/t5/LabVIEW/printi ... -p/3829324
Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Fwh 23.10 TGet another problem
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
Code: Select all | Expand
DEFINE FONT oFont NAME "Segoe UI" SIZE 0,-16 CHARSET 162
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India