linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] for cp1255
@ 2001-05-06 21:02 Andrzej Krzysztofowicz
  0 siblings, 0 replies; only message in thread
From: Andrzej Krzysztofowicz @ 2001-05-06 21:02 UTC (permalink / raw)
  To: Alan Cox; +Cc: kernel list

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-05-06 21:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-06 21:02 [PATCH] for cp1255 Andrzej Krzysztofowicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).