diff options
Diffstat (limited to 'fs/nls/nls_iso8859-7.c')
| -rw-r--r-- | fs/nls/nls_iso8859-7.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/fs/nls/nls_iso8859-7.c b/fs/nls/nls_iso8859-7.c index 1be707d5ac31..2d27b93ef19e 100644 --- a/fs/nls/nls_iso8859-7.c +++ b/fs/nls/nls_iso8859-7.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 | 0x03cc, 0x03cd, 0x03ce, 0x0000, | 96 | 0x03cc, 0x03cd, 0x03ce, 0x0000, |
| 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 */ |
| @@ -124,7 +124,7 @@ static unsigned char page00[256] = { | |||
| 124 | 0x00, 0x00, 0x00, 0xbb, 0x00, 0xbd, 0x00, 0x00, /* 0xb8-0xbf */ | 124 | 0x00, 0x00, 0x00, 0xbb, 0x00, 0xbd, 0x00, 0x00, /* 0xb8-0xbf */ |
| 125 | }; | 125 | }; |
| 126 | 126 | ||
| 127 | static unsigned char page02[256] = { | 127 | static const unsigned char page02[256] = { |
| 128 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x00-0x07 */ | 128 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x00-0x07 */ |
| 129 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x08-0x0f */ | 129 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x08-0x0f */ |
| 130 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x10-0x17 */ | 130 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x10-0x17 */ |
| @@ -152,7 +152,7 @@ static unsigned char page02[256] = { | |||
| 152 | 0x00, 0x00, 0x00, 0x00, 0xa2, 0xa1, 0x00, 0x00, /* 0xb8-0xbf */ | 152 | 0x00, 0x00, 0x00, 0x00, 0xa2, 0xa1, 0x00, 0x00, /* 0xb8-0xbf */ |
| 153 | }; | 153 | }; |
| 154 | 154 | ||
| 155 | static unsigned char page03[256] = { | 155 | static const unsigned char page03[256] = { |
| 156 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x00-0x07 */ | 156 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x00-0x07 */ |
| 157 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x08-0x0f */ | 157 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x08-0x0f */ |
| 158 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x10-0x17 */ | 158 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x10-0x17 */ |
| @@ -182,13 +182,13 @@ static unsigned char page03[256] = { | |||
| 182 | 0xf8, 0xf9, 0xfa, 0xfb, 0xfc, 0xfd, 0xfe, 0x00, /* 0xc8-0xcf */ | 182 | 0xf8, 0xf9, 0xfa, 0xfb, 0xfc, 0xfd, 0xfe, 0x00, /* 0xc8-0xcf */ |
| 183 | }; | 183 | }; |
| 184 | 184 | ||
| 185 | static unsigned char page20[256] = { | 185 | static const unsigned char page20[256] = { |
| 186 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x00-0x07 */ | 186 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x00-0x07 */ |
| 187 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x08-0x0f */ | 187 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x08-0x0f */ |
| 188 | 0x00, 0x00, 0x00, 0x00, 0x00, 0xaf, 0x00, 0x00, /* 0x10-0x17 */ | 188 | 0x00, 0x00, 0x00, 0x00, 0x00, 0xaf, 0x00, 0x00, /* 0x10-0x17 */ |
| 189 | }; | 189 | }; |
| 190 | 190 | ||
| 191 | static unsigned char *page_uni2charset[256] = { | 191 | static const unsigned char *const page_uni2charset[256] = { |
| 192 | page00, NULL, page02, page03, NULL, NULL, NULL, NULL, | 192 | page00, NULL, page02, page03, NULL, NULL, NULL, NULL, |
| 193 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | 193 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, |
| 194 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | 194 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, |
| @@ -196,7 +196,7 @@ static unsigned char *page_uni2charset[256] = { | |||
| 196 | page20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | 196 | page20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, |
| 197 | }; | 197 | }; |
| 198 | 198 | ||
| 199 | static unsigned char charset2lower[256] = { | 199 | static const unsigned char charset2lower[256] = { |
| 200 | 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, /* 0x00-0x07 */ | 200 | 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, /* 0x00-0x07 */ |
| 201 | 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, /* 0x08-0x0f */ | 201 | 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, /* 0x08-0x0f */ |
| 202 | 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, /* 0x10-0x17 */ | 202 | 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, /* 0x10-0x17 */ |
| @@ -232,7 +232,7 @@ static unsigned char charset2lower[256] = { | |||
| 232 | 0xf8, 0xf9, 0xfa, 0xfb, 0xfc, 0xfd, 0xfe, 0x00, /* 0xf8-0xff */ | 232 | 0xf8, 0xf9, 0xfa, 0xfb, 0xfc, 0xfd, 0xfe, 0x00, /* 0xf8-0xff */ |
| 233 | }; | 233 | }; |
| 234 | 234 | ||
| 235 | static unsigned char charset2upper[256] = { | 235 | static const unsigned char charset2upper[256] = { |
| 236 | 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, /* 0x00-0x07 */ | 236 | 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, /* 0x00-0x07 */ |
| 237 | 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, /* 0x08-0x0f */ | 237 | 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, /* 0x08-0x0f */ |
| 238 | 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, /* 0x10-0x17 */ | 238 | 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, /* 0x10-0x17 */ |
| @@ -270,7 +270,7 @@ static unsigned char charset2upper[256] = { | |||
| 270 | 270 | ||
| 271 | static int uni2char(wchar_t uni, unsigned char *out, int boundlen) | 271 | static int uni2char(wchar_t uni, unsigned char *out, int boundlen) |
| 272 | { | 272 | { |
| 273 | unsigned char *uni2charset; | 273 | const unsigned char *uni2charset; |
| 274 | unsigned char cl = uni & 0x00ff; | 274 | unsigned char cl = uni & 0x00ff; |
| 275 | unsigned char ch = (uni & 0xff00) >> 8; | 275 | unsigned char ch = (uni & 0xff00) >> 8; |
| 276 | 276 | ||
