Re: Lowercase equivalent to uppercase, or vice versa
- From: "Rick Smith" <ricksmith@xxxxxxx>
- Date: Thu, 23 Mar 2006 16:52:58 -0500
"William M. Klein" <wmklein@xxxxxxxxxxxxxxxxx> wrote in message
news:NeEUf.94344$NN1.83760@xxxxxxxxxxxxxxxxxxxxxxxxx
"Rick Smith" <ricksmith@xxxxxxx> wrote in message
news:1225q86q8fh8528@xxxxxxxxxxxxxxxxxxxxx
<snip>
As to letter case in COBOL, there are some lowercase
letters that may translate to either of two uppercase
letters, depending on context; while uppercase letters
only map to one lowercase letter, that provided in an
annex in the COBOL standard.
Rick,
Didn't you say this backwards (or am I misunderstanding your intent)?
No, but I may be mistaken, (and maybe).
The "lower-case" letters
ë
é
è
ê
and e
are all treated as "equivalent" (via folding) to
E
at least for some (most) alphabets - as used in COBOL.
That may be true for implementations prior to 2002; but
such letters, except for "e", were not COBOL Characters,
hence vendors could do, fairly much, what they wanted.
For 2002, COBOL words may have letters other that
A-Z and a-z, at least, as far as I understand such things.
The translation of the mapping shown in Annex D, for 2002 is:
<È,è>, <É,é>, <Ê,ê>, <Ë,ë>; that is, the first letter is
mapped to the second letter.
There is no mapping of è, é, ê, ë, or e to E, in COBOL 2002,
referring to Annex D.
I can't think of any examples where an individual lower-case lettercorresponds
to two different upper-case letters. There *are* cases where there isn'tany
correspondence OR the correspondence is from a single symbol to multiple
letters, e.g.
ß and "SS"
and some diagraphs also do odd mapping.
I may be mistaken on that point; but I do note that there
is no mapping of ß to any other character, in Annex D,
so it remains unchanged in COBOL words.
.
- Follow-Ups:
- Re: Lowercase equivalent to uppercase, or vice versa
- From: William M. Klein
- Re: Lowercase equivalent to uppercase, or vice versa
- References:
- Lowercase equivalent to uppercase, or vice versa
- From: Rick Smith
- Re: Lowercase equivalent to uppercase, or vice versa
- From: Oliver Wong
- Re: Lowercase equivalent to uppercase, or vice versa
- From: Rick Smith
- Re: Lowercase equivalent to uppercase, or vice versa
- From: William M. Klein
- Lowercase equivalent to uppercase, or vice versa
- Prev by Date: Re: Lowercase equivalent to uppercase, or vice versa
- Next by Date: Re: Any comments?
- Previous by thread: Re: Lowercase equivalent to uppercase, or vice versa
- Next by thread: Re: Lowercase equivalent to uppercase, or vice versa
- Index(es):
Relevant Pages
|