Re: Help needed [Logical operations in HLA/HYDE]



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).


.



Relevant Pages

  • Re: Incrementing Mixed Field
    ... What I can tell you is how to increment the character part. ... strTheLetter = Chr+ 1) ... The ASCII numbers for Upper Case A-Z is 65-90 and for Lower Case it is 97-122. ...
    (microsoft.public.access.formscoding)
  • Re: Case sensitivity
    ... And if we are case insensitive for the ASCII ... Once we go beyond ASCII case insensitivity, we need to ask where we should ... Since there's no non-ASCII character in a standard word, ... And when we are at it: Map similar phonetic letters in different ...
    (comp.lang.forth)
  • Re: what does this do? UPSHIFT(I:I) = CHAR (ICHAR (STRING(I:I) ) - 40B)
    ... offset between upper and lower case letters in ASCII as being the index ...
    (comp.lang.fortran)
  • Caps
    ... >of the first word of a field in Upper Case? ... but that changes the first character of every word ... >The database I use is in Access and the ... >letters are made in Word 97. ...
    (microsoft.public.word.mailmerge.fields)
  • Re: "Escape" in perl
    ... every character in the string. ... letters, just everything below ascii 48, above ascii 57 and below ...
    (comp.lang.perl.misc)