lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] lynx2.8.7dev.12


From: Thomas Dickey
Subject: Re: [Lynx-dev] lynx2.8.7dev.12
Date: Sun, 18 Jan 2009 18:09:01 -0500 (EST)

On Sun, 18 Jan 2009, Thomas Dickey wrote:

On Sun, 18 Jan 2009, Thorsten Glaser wrote:

Thomas Dickey dixit:

That sounds like what I'm seeing (was mostly looking at CJK, since it has the
most problems...). I'll take a look to see which part of dev.12 broke it -

Okay, thanks.

perhaps a small fix is all that's needed.

Quite probably, but I was not going to dig into that 21.8K diff tonight,
especially as I???m quite under time pressure to get things done at latest
for FOSDEM??? and had to fix my fair share of things (bootloaders, makefs,
and the likes).

no problem (I'm swamped as usual, but fixing regressions isn't quite as
hard as the other stuff...)

It's a one-liner, which I did as part of code-cleanup (and just happens
to not break the CJK example I was working with ;-):

diff -u -r1.73 UCdomap.c
--- UCdomap.c   2009/01/01 22:10:53     1.73
+++ UCdomap.c   2009/01/18 23:06:30
@@ -842,7 +842,7 @@

     if ((UChndl_out = LYCharSet_UC[charset_out].UChndl) < 0) {
        if (LYCharSet_UC[charset_out].codepage < 0) {
-           if (unicode < 128 || charset_out == UTF8_handle) {
+           if (unicode < 128) {
                rc = (int) unicode;
            } else {
                rc = LYCharSet_UC[charset_out].codepage;


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

reply via email to

[Prev in Thread] Current Thread [Next in Thread]