[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Patch for "stopping when viewing a site" hang
From: |
Henry Nelson |
Subject: |
Re: lynx-dev Patch for "stopping when viewing a site" hang |
Date: |
Thu, 19 Aug 1999 13:23:39 +0900 (JST) |
> The problem only gets triggered when the first translation attempt
> (UCTransUniChar, which looks up only entries of the first form) fails.
> In that case, the second attempt (UCTransUniCharStr, which lloks up
> entries of the second form) does not happen. Any characters in
Like turning on a light bulb! It was staring me in the face all that time.
> Seems pretty broken... there should be a way to show a backslash
> for a backslash!
Yes, I've thought so, too. But my capabilities are rather limited.
The only way I know how to get a backslash physically on the machine
is by doing "chcp 437" at the MS-DOS prompt. (There is a multibyte
backslash: ' ?? ' .)
__Henry