Re: special charater display
- From: Jerry Coffin <jcoffin@xxxxxxxxx>
- Date: Tue, 10 May 2005 02:30:25 -0600
In article <uGYILEOVFHA.4056@xxxxxxxxxxxxxxxxxxxx>, kc2ine@xxxxxxxxx
says...
> Hi,
> I have problem with displaying diamond special character
> within a CString. It supposed to be decimal 4,
> so I tried "\4" but it displas vertical bar always, even with other special
> characters.
This sounds like the font you're using simply doesn't happen to have
a diamond (or anything else) at that code point. It sounds like
you're expecting to use the OEM character set, but getting an ANSI
character set.
Obvious choices are to choose a font with the OEM character set, or
to use an entirely different font that'll support the symbol you need
to display -- though this will often be at a different code point.
E.g. the Symbol font (which is part of a normal Windows installation,
IIRC) has a diamond at code point 0xA8 from the looks of things.
--
Later,
Jerry.
The universe is a figment of its own imagination.
.
- Follow-Ups:
- Re: special charater display
- From: Nishant Sivakumar
- Re: special charater display
- References:
- special charater display
- From: alman
- special charater display
- Prev by Date: CDialogs not working ????
- Next by Date: Re: CDialogs not working ????
- Previous by thread: Re: special charater display
- Next by thread: Re: special charater display
- Index(es):
Relevant Pages
|