On Tue, Jan 13, 2009 at 12:51:19AM +0000, Krzysiek Pawlik wrote: > I've found a small problem with mrxvt 0.5.4: it does not display > correctly ISO-8859-2 (eg. Polish) characters, where 0.5.3 didn't had > that problem, I have both emerged with exactly the same CFLAGS and so > on. > > I'm attaching screenshots of both - both show the same string. I'm > happy to help to track this down -- just say what I should do to help > find & resolve that bug.
OK -- I had time to look at this today:
1. Problem goes away if I run
env LC_CTYPE=pl_PL mrxvt -km none
2. Problem goes away with attached patch.
I still don't understand it fully though, so perhaps I will investigate
a little more in my spare time and see if I can improve it fully.
GI
--
Two banks with different rates have a conflict of interest.
Index: src/encoding.c
===================================================================
--- src/encoding.c (revision 399)
+++ src/encoding.c (working copy)
@@ -109,6 +109,7 @@
{"ISO_8859-13", ENC_ISO8859_13, rxvt_decode_dummy},
{"ISO_8859-14", ENC_ISO8859_14, rxvt_decode_dummy},
{"ISO_8859-15", ENC_ISO8859_15, rxvt_decode_dummy},
+ /*
{"ISO-8859-1", ENC_ISO8859_1, rxvt_decode_dummy},
{"ISO-8859-2", ENC_ISO8859_2, rxvt_decode_dummy},
{"ISO-8859-3", ENC_ISO8859_3, rxvt_decode_dummy},
@@ -123,7 +124,7 @@
{"ISO-8859-12", ENC_ISO8859_12, rxvt_decode_dummy},
{"ISO-8859-13", ENC_ISO8859_13, rxvt_decode_dummy},
{"ISO-8859-14", ENC_ISO8859_14, rxvt_decode_dummy},
- {"ISO-8859-15", ENC_ISO8859_15, rxvt_decode_dummy},
+ {"ISO-8859-15", ENC_ISO8859_15, rxvt_decode_dummy},*/
{"NOENC", ENC_NOENC, rxvt_decode_dummy},
{"", ENC_NOENC, rxvt_decode_dummy},
pgp6EjrOmJnfa.pgp
Description: PGP signature
------------------------------------------------------------------------------
_______________________________________________ Materm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/materm-devel mrxvt home page: http://materm.sourceforge.net
