Re: Help needed [Logical operations in HLA/HYDE]
- From: Terence <spamtrap@xxxxxxxxxx>
- Date: Sun, 28 Oct 2007 23:42:17 -0700
Aiva. Only in english are the lower case charactyers and the uppe case
caharacters in the same sequence in the appropriate ascii table for
the language.
The correct way to change upper to lower caseor lower to upper is best
done with a tables of both sets, each in the order of the numerical
position of the value of the character symbol use fo rthat characte.
Then you talke the value of the character of say ta lower case symbol
and index the upper case table with this number, where you will find
the uppare case symbol that correspondes to the lower case one.
Here is the part I can show you (here) of the ascii table used in
Europe, which includes very many accented upper case and lower case
vowels.
Some langauges (Polish) have accents on som of the the letters too!
!"#$%&'()*+,-./
0123456789:;<=>?
@ABCDEFGHIJKLMNO
PQRSTUVWXYZ[\]^_
`abcdefghijklmno
pqrstuvwxyz{|}~¦
ÇüéâäàåçêëèïîìÄÅ
ÉæÆôöòûùÿÖÜ¢£¥P?
áíóúñѪº¿½¼¡«»
Then there is the problem of using an Upper case letter when starting
a sentence of lower case letters (and German I learnt puts nouns with
an upper case letter).
.
- References:
- Help needed [Logical operations in HLA/HYDE]
- From: Dark_mind_aiva
- Re: Help needed [Logical operations in HLA/HYDE]
- From: nbaker2328
- Re: Help needed [Logical operations in HLA/HYDE]
- From: Richard Russell
- Re: Help needed [Logical operations in HLA/HYDE]
- From: nbaker2328
- Help needed [Logical operations in HLA/HYDE]
- Prev by Date: Re: Help needed [Logical operations in HLA/HYDE]
- Next by Date: Get the FAQs
- Previous by thread: Re: Help needed [Logical operations in HLA/HYDE]
- Next by thread: MenuetOS 0.70
- Index(es):
Relevant Pages
|