[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] implement --enable-encoding for UTF-8 info files
From: |
Bruno Haible |
Subject: |
Re: [PATCH] implement --enable-encoding for UTF-8 info files |
Date: |
Sat, 6 Oct 2007 16:56:31 +0200 |
User-agent: |
KMail/1.5.4 |
Eli Zaretskii wrote:
> > + /* List of HTML entities. */
> > + static struct { const char *html; unsigned int unicode; } unicode_map[] =
> > {
> > + /* Extracted from http://www.w3.org/TR/html401/sgml/entities.html through
> > + sed -n -e 's|<!ENTITY \([^ ][^ ]*\) *CDATA "[&]#\([0-9][0-9]*\);".*|
> > { "\1", \2 },|p'
>
> I get an empty output when I run this Sed command on entities.html
> downloaded with wget.
Did I say "wget"? "w3m -dump". Or copy&paste from a browser into a text file.
Bruno