Re: Turkish character set



Bob Richardson wrote:

I can't insert all Turkish words into my Delphi 5 app. Some, like:


Oyun Þekli

don't appear correctly. The different "S" is shown as a ?

Is there someway to allow different character sets?


FONT.CharSet := 162;

You may have to set this on each control and you also need
to check if the vender of the font supports that language
on the selected font you're using.
to find the list.
look up TFONT.Charset in your delphi help.


--
"I'm never wrong, once i thought i was, but was mistaken"
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5

.