[PATCH] for cp1255

Andrzej Krzysztofowicz (ankry@green.mif.pg.gda.pl)
Sun, 6 May 2001 23:02:02 +0200 (CEST)


Hi,
The following patch fixes a bug in UTF8->CP1255 translation.

--- linux-2.4.4-ac5/fs/nls/nls_cp1255.c Sat Apr 28 20:35:03 2001
+++ linux/fs/nls/nls_cp1255.c Sun May 6 22:33:19 2001
@@ -254,7 +254,7 @@
};

static unsigned char *page_uni2charset[256] = {
- page00, NULL, NULL, NULL, NULL, page05, NULL, NULL,
+ page00, page01, page02, NULL, NULL, page05, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,

-- 
=======================================================================
  Andrzej M. Krzysztofowicz               ankry@mif.pg.gda.pl
  phone (48)(58) 347 14 61
Faculty of Applied Phys. & Math.,   Technical University of Gdansk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/