Re: Turkish character set
- From: Jamie <jamie_ka1lpa_not_valid_after_ka1lpa_@xxxxxxxxxxx>
- Date: Sun, 26 Nov 2006 15:10:49 -0500
Bob Richardson wrote:
"Jamie" <jamie_ka1lpa_not_valid_after_ka1lpa_@xxxxxxxxxxx> wrote in message news:S%8ah.214$ou.97@xxxxxxxxxxxxxxxis the text you're working with UNICHARs? those are WideChar fonts.
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.
This didn't work. When I look at the Turkish captions in Excel, they look fine (Arial font).
When I paste them to a Notebook txt file, they are replaced with the familiar blocky rectangle - looks like a black chad!
When I copy and paste them to Delphi, the "different" characters are replaced with "?". The ORD of the CHR is actually changed to a 63. Is this just a problem with Delphi 5 that has been solved in later versions?
Look into that.
--
"I'm never wrong, once i thought i was, but was mistaken"
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5
.
- References:
- Turkish character set
- From: Bob Richardson
- Re: Turkish character set
- From: Jamie
- Re: Turkish character set
- From: Bob Richardson
- Turkish character set
- Prev by Date: Re: Turkish character set
- Next by Date: Re: restart application
- Previous by thread: Re: Turkish character set
- Next by thread: Re: multi dimensional array example
- Index(es):
Relevant Pages
|