home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compton's Interactive Encyclopedia 1999
/
CIE99.ISO
/
win32
/
englatin.cnz
< prev
next >
Wrap
Text File
|
1997-10-16
|
3KB
|
85 lines
##########################################################################
## Personal Library Software
##
## This work protected by US Copyright Law and contains proprietary
## and confidential trade secrets.
##
## (c) Copyright 1994-1995 by Personal Library Software, ALL RIGHTS RESERVED.
##
## File: englatin.cnz
##
##________________________________________________________________________
## Purpose:
##---------
##
## Canonizer definition file for converting ASCII and Latin-1 characters
## to lower case. Conversions are limited to character for
## character substitutions.
##
##########################################################################
# ------- ------- -----------
# Input Output
# Value Value Comment
# ------- ------- -----------
#
# Map the characters A-Z to the "canonical" characters a-z. That is,
# all letters will be lower cased.
65 97 # Char 'A' canonizes to 'a'
66 98 # Char 'B' canonizes to 'b'
67 99 # Char 'C' canonizes to 'c'
68 100 # Char 'D' canonizes to 'd'
69 101 # Char 'E' canonizes to 'e'
70 102 # Char 'F' canonizes to 'f'
71 103 # Char 'G' canonizes to 'g'
72 104 # Char 'H' canonizes to 'h'
73 105 # Char 'I' canonizes to 'i'
74 106 # Char 'J' canonizes to 'j'
75 107 # Char 'K' canonizes to 'k'
76 108 # Char 'L' canonizes to 'l'
77 109 # Char 'M' canonizes to 'm'
78 110 # Char 'N' canonizes to 'n'
79 111 # Char 'O' canonizes to 'o'
80 112 # Char 'P' canonizes to 'p'
81 113 # Char 'Q' canonizes to 'q'
82 114 # Char 'R' canonizes to 'r'
83 115 # Char 'S' canonizes to 's'
84 116 # Char 'T' canonizes to 't'
85 117 # Char 'U' canonizes to 'u'
86 118 # Char 'V' canonizes to 'v'
87 119 # Char 'W' canonizes to 'w'
88 120 # Char 'X' canonizes to 'x'
89 121 # Char 'Y' canonizes to 'y'
90 122 # Char 'Z' canonizes to 'z'
# Comment column is the Unicode name for the character.
#
# Uppercase letters converted to lowercase
#
192 224 # LATIN SMALL LETTER A GRAVE
193 225 # LATIN SMALL LETTER A ACUTE
194 226 # LATIN SMALL LETTER A CIRCUMFLEX
195 227 # LATIN SMALL LETTER A TILDE
196 228 # LATIN SMALL LETTER A DIAERESIS
197 229 # LATIN SMALL LETTER A RING
198 230 # LATIN SMALL LETTER A E
199 231 # LATIN SMALL LETTER C CEDILLA
200 232 # LATIN SMALL LETTER E GRAVE
201 233 # LATIN SMALL LETTER E ACUTE
202 234 # LATIN SMALL LETTER E CIRCUMFLEX
203 235 # LATIN SMALL LETTER E DIAERESIS
204 236 # LATIN SMALL LETTER I GRAVE
205 237 # LATIN SMALL LETTER I ACUTE
206 238 # LATIN SMALL LETTER I CIRCUMFLEX
207 239 # LATIN SMALL LETTER I DIAERESIS
208 240 # LATIN SMALL LETTER ETH
209 241 # LATIN SMALL LETTER N TILDE
210 242 # LATIN SMALL LETTER O GRAVE
211 243 # LATIN SMALL LETTER O ACUTE
212 244 # LATIN SMALL LETTER O CIRCUMFLEX
213 245 # LATIN SMALL LETTER O TILDE
214 246 # LATIN SMALL LETTER O DIAERESIS
# End of table.