blob: f9c60663f91cc7341ec2e7a759338834c4aea6b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- hdrs/cs_imp.h.old Wed Aug 9 18:14:33 2000
+++ hdrs/cs_imp.h Mon Aug 14 17:10:56 2000
@@ -155,7 +155,7 @@
uint16 iso646[12];
struct utfmap utfmap;
} b;
-} map_ascii, map_latin1, map_koi8r, map_invariant, map_utf8;
+} map_ascii, map_latin1, map_koi8r, map_cp1251, map_invariant, map_utf8;
extern unsigned char map_fallback_rev P_((unsigned int val, int *found));
extern uint16 map_fallback P_((unsigned int c));
|