Re: Question about foreign/compound characters.
- From: JF Mezei <jfmezei.spamnot@xxxxxxxxxxxxx>
- Date: Wed, 21 Mar 2007 20:37:13 -0400
norm.raphael@xxxxxxxxx wrote:
Thanks.
1) Would you supply the lower-case tables as well?
The second table char88591_noaccent allows you to get the non accented character equivalent without changing case.
in c, converting a string would be something such as: (using evil null terminated strings for simplicity here)
ptr1 = mystring ;
while(*ptr1) { *ptr1 = char88591_noaccent[*ptr1] ; ptr1 ++ ; }
On my http://www.vaxination.ca/vms/ page, you can get the character set tables in JPEG, PS and PDF format and this give you a good idea of what value each character has.
.
- References:
- Re: Question about foreign/compound characters.
- From: norm . raphael
- Re: Question about foreign/compound characters.
- Prev by Date: Re: Question about foreign/compound characters.
- Next by Date: Re: More proof that global warming is a hoax ...
- Previous by thread: Re: Question about foreign/compound characters.
- Next by thread: For Sale - Infotower w/ 7 CD drives
- Index(es):
Relevant Pages
|