dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/nls
Jun Chen f46ba2235f [PATCH] fs: make nls_cp936.c handle some U00XY characters and U20AC correctly
Twenty characters in cp936 are not correctly handled.  They're all in the
U00 plane.  nls_cp936 converts all U00XY to XY but this is not correct for
some characters.(e.g.  U00B7 -> A1A4, U00A8 -> A1A7).

This problem is fixed by generating u2c_00 based on all c2u_xx and changing
uni2char() to give U00 plane a special handling.  The "€"(U20AC,80 in
cp936) is also be handled properly.

Acked-by: Gang Chen <cgdlut@gmail.com>
Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-12-07 08:39:46 -08:00
..
Kconfig It's UTF-8 2006-03-22 00:13:35 +01:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nls_ascii.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_base.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp437.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp737.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp775.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp850.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp852.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp855.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp857.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp860.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp861.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp862.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp863.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp864.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp865.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp866.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp869.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp874.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp932.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp936.c [PATCH] fs: make nls_cp936.c handle some U00XY characters and U20AC correctly 2006-12-07 08:39:46 -08:00
nls_cp949.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp950.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp1250.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp1251.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_cp1255.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_euc-jp.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_iso8859-1.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_iso8859-2.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_iso8859-3.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_iso8859-4.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_iso8859-5.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_iso8859-6.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_iso8859-7.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_iso8859-9.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_iso8859-13.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_iso8859-14.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_iso8859-15.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_koi8-r.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_koi8-ru.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_koi8-u.c fix file specification in comments 2006-10-03 23:01:26 +02:00
nls_utf8.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00