diff options
Diffstat (limited to 'fs/nls/nls_cp852.c')
| -rw-r--r-- | fs/nls/nls_cp852.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/fs/nls/nls_cp852.c b/fs/nls/nls_cp852.c index 83cfd844d5ca..ceb1c0166dd8 100644 --- a/fs/nls/nls_cp852.c +++ b/fs/nls/nls_cp852.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | #include <linux/nls.h> | 13 | #include <linux/nls.h> |
| 14 | #include <linux/errno.h> | 14 | #include <linux/errno.h> |
| 15 | 15 | ||
| 16 | static wchar_t charset2uni[256] = { | 16 | static const wchar_t charset2uni[256] = { |
| 17 | /* 0x00*/ | 17 | /* 0x00*/ |
| 18 | 0x0000, 0x0001, 0x0002, 0x0003, | 18 | 0x0000, 0x0001, 0x0002, 0x0003, |
| 19 | 0x0004, 0x0005, 0x0006, 0x0007, | 19 | 0x0004, 0x0005, 0x0006, 0x0007, |
| @@ -96,7 +96,7 @@ static wchar_t charset2uni[256] = { | |||
| 96 | 0x0158, 0x0159, 0x25a0, 0x00a0, | 96 | 0x0158, 0x0159, 0x25a0, 0x00a0, |
| 97 | }; | 97 | }; |
| 98 | 98 | ||
| 99 | static unsigned char page00[256] = { | 99 | static const unsigned char page00[256] = { |
| 100 | 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, /* 0x00-0x07 */ | 100 | 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, /* 0x00-0x07 */ |
| 101 | 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, /* 0x08-0x0f */ | 101 | 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, /* 0x08-0x0f */ |
| 102 | 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, /* 0x10-0x17 */ | 102 | 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, /* 0x10-0x17 */ |
| @@ -132,7 +132,7 @@ static unsigned char page00[256] = { | |||
| 132 | 0x00, 0x00, 0xa3, 0x00, 0x81, 0xec, 0x00, 0x00, /* 0xf8-0xff */ | 132 | 0x00, 0x00, 0xa3, 0x00, 0x81, 0xec, 0x00, 0x00, /* 0xf8-0xff */ |
| 133 | }; | 133 | }; |
| 134 | 134 | ||
| 135 | static unsigned char page01[256] = { | 135 | static const unsigned char page01[256] = { |
| 136 | 0x00, 0x00, 0xc6, 0xc7, 0xa4, 0xa5, 0x8f, 0x86, /* 0x00-0x07 */ | 136 | 0x00, 0x00, 0xc6, 0xc7, 0xa4, 0xa5, 0x8f, 0x86, /* 0x00-0x07 */ |
| 137 | 0x00, 0x00, 0x00, 0x00, 0xac, 0x9f, 0xd2, 0xd4, /* 0x08-0x0f */ | 137 | 0x00, 0x00, 0x00, 0x00, 0xac, 0x9f, 0xd2, 0xd4, /* 0x08-0x0f */ |
| 138 | 0xd1, 0xd0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x10-0x17 */ | 138 | 0xd1, 0xd0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x10-0x17 */ |
| @@ -151,7 +151,7 @@ static unsigned char page01[256] = { | |||
| 151 | 0x00, 0x8d, 0xab, 0xbd, 0xbe, 0xa6, 0xa7, 0x00, /* 0x78-0x7f */ | 151 | 0x00, 0x8d, 0xab, 0xbd, 0xbe, 0xa6, 0xa7, 0x00, /* 0x78-0x7f */ |
| 152 | }; | 152 | }; |
| 153 | 153 | ||
| 154 | static unsigned char page02[256] = { | 154 | static const unsigned char page02[256] = { |
| 155 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x00-0x07 */ | 155 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x00-0x07 */ |
| 156 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x08-0x0f */ | 156 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x08-0x0f */ |
| 157 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x10-0x17 */ | 157 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x10-0x17 */ |
| @@ -183,7 +183,7 @@ static unsigned char page02[256] = { | |||
| 183 | 0xf4, 0xfa, 0x00, 0xf2, 0x00, 0xf1, 0x00, 0x00, /* 0xd8-0xdf */ | 183 | 0xf4, 0xfa, 0x00, 0xf2, 0x00, 0xf1, 0x00, 0x00, /* 0xd8-0xdf */ |
| 184 | }; | 184 | }; |
| 185 | 185 | ||
| 186 | static unsigned char page25[256] = { | 186 | static const unsigned char page25[256] = { |
| 187 | 0xc4, 0x00, 0xb3, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x00-0x07 */ | 187 | 0xc4, 0x00, 0xb3, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x00-0x07 */ |
| 188 | 0x00, 0x00, 0x00, 0x00, 0xda, 0x00, 0x00, 0x00, /* 0x08-0x0f */ | 188 | 0x00, 0x00, 0x00, 0x00, 0xda, 0x00, 0x00, 0x00, /* 0x08-0x0f */ |
| 189 | 0xbf, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, /* 0x10-0x17 */ | 189 | 0xbf, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, /* 0x10-0x17 */ |
| @@ -208,7 +208,7 @@ static unsigned char page25[256] = { | |||
| 208 | 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0xa0-0xa7 */ | 208 | 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0xa0-0xa7 */ |
| 209 | }; | 209 | }; |
| 210 | 210 | ||
| 211 | static unsigned char *page_uni2charset[256] = { | 211 | static const unsigned char *const page_uni2charset[256] = { |
| 212 | page00, page01, page02, NULL, NULL, NULL, NULL, NULL, | 212 | page00, page01, page02, NULL, NULL, NULL, NULL, NULL, |
| 213 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | 213 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, |
| 214 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | 214 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, |
| @@ -216,7 +216,7 @@ static unsigned char *page_uni2charset[256] = { | |||
| 216 | NULL, NULL, NULL, NULL, NULL, page25, NULL, NULL, | 216 | NULL, NULL, NULL, NULL, NULL, page25, NULL, NULL, |
| 217 | }; | 217 | }; |
| 218 | 218 | ||
| 219 | static unsigned char charset2lower[256] = { | 219 | static const unsigned char charset2lower[256] = { |
| 220 | 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, /* 0x00-0x07 */ | 220 | 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, /* 0x00-0x07 */ |
| 221 | 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, /* 0x08-0x0f */ | 221 | 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, /* 0x08-0x0f */ |
| 222 | 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, /* 0x10-0x17 */ | 222 | 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, /* 0x10-0x17 */ |
| @@ -252,7 +252,7 @@ static unsigned char charset2lower[256] = { | |||
| 252 | 0xf8, 0xf9, 0xfa, 0xfb, 0xfd, 0xfd, 0xfe, 0xff, /* 0xf8-0xff */ | 252 | 0xf8, 0xf9, 0xfa, 0xfb, 0xfd, 0xfd, 0xfe, 0xff, /* 0xf8-0xff */ |
| 253 | }; | 253 | }; |
| 254 | 254 | ||
| 255 | static unsigned char charset2upper[256] = { | 255 | static const unsigned char charset2upper[256] = { |
| 256 | 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, /* 0x00-0x07 */ | 256 | 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, /* 0x00-0x07 */ |
| 257 | 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, /* 0x08-0x0f */ | 257 | 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, /* 0x08-0x0f */ |
| 258 | 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, /* 0x10-0x17 */ | 258 | 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, /* 0x10-0x17 */ |
| @@ -290,7 +290,7 @@ static unsigned char charset2upper[256] = { | |||
| 290 | 290 | ||
| 291 | static int uni2char(wchar_t uni, unsigned char *out, int boundlen) | 291 | static int uni2char(wchar_t uni, unsigned char *out, int boundlen) |
| 292 | { | 292 | { |
| 293 | unsigned char *uni2charset; | 293 | const unsigned char *uni2charset; |
| 294 | unsigned char cl = uni & 0x00ff; | 294 | unsigned char cl = uni & 0x00ff; |
| 295 | unsigned char ch = (uni & 0xff00) >> 8; | 295 | unsigned char ch = (uni & 0xff00) >> 8; |
| 296 | 296 | ||
