Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

UpperCase (lines 6165-6181)

6165  [ UpperCase c;
6166     switch (c) {
6167       'a' to 'z':
6168         c = c - 32;
6169       201, 203, 211, 213, 220:
6170         c++;
6171       215, 216:
6172         c = c + 2;
6173       155 to 157, 164 to 166, 205 to 207:
6174         c = c + 3;
6175       181 to 185, 191 to 195:
6176         c = c + 5 ;
6177       169 to 174:
6178         c = c + 6;
6179     }
6180     return c;
6181  ];


Last updated 27 February 2004. This site is no longer supported; information may be out of date.
Maintained as a historical archive by the Interactive Fiction Technology Foundation. Copyright 1993-2018 IFTF, CC-BY-SA unless otherwise noted.
This page was originally managed by Graham Nelson assisted by C Knight.