I filed the bug upstream: <URL:
http://bugzilla.elinks.or.cz/show_bug.cgi?id=811
 >.

I also have a trivial patch (attached) that probably fixes this bug
(but perhaps not in The Right Way).

Cheers,

-- 
     David A. Madore
    ([EMAIL PROTECTED],
     http://www.madore.org/~david/ )
--- elinks-0.11.1.orig/src/intl/charsets.h
+++ elinks-0.11.1/src/intl/charsets.h
@@ -8,7 +8,7 @@
 
 /* &nbsp; replacement character. See u2cp(). */
 #define NBSP_CHAR ((unsigned char) 1)
-#define NBSP_CHAR_STRING "\001"
+#define NBSP_CHAR_STRING "\240"
 
 struct conv_table {
 	int t;

Reply via email to