n2
changeset 203:ff7478c619de
janitorial
| author | Pim van Riezen <pi@openpanel.com> |
|---|---|
| date | Sat Sep 10 21:27:55 2011 +0200 (8 months ago) |
| parents | edbae7f13768 |
| children | 56d5c551ab05 |
| files | n2encoding.c |
line diff
1.1 --- a/n2encoding.c Sat Sep 10 13:35:10 2011 +0200 1.2 +++ b/n2encoding.c Sat Sep 10 21:27:55 2011 +0200 1.3 @@ -20,8 +20,8 @@ 1.4 "-./:0123456789"; 1.5 1.6 /* Translation table from 7bit ASCII to 6bit, 127 for invalid conversion */ 1.7 -const char RCTABLE[] = { 127,127,127,127,127,127,127,127,127,127,127,127,127,127, 1.8 - 127,127,127,127,127,127,127,127,127,127,127,127,127, 1.9 +const char RCTABLE[] = { 127,127,127,127,127,127,127,127,127,127,127,127,127, 1.10 + 127,127,127,127,127,127,127,127,127,127,127,127,127,127, 1.11 127,127,127,127,127,0,127,127,127,127,127,127,127,127, 1.12 127,127,127,127,50,51,52,54,55,56,57,58,59,60,61,62,63, 1.13 53,127,127,127,127,127,127,27,28,29,30,31,32,33,34,35,
