RE: [Html2wml] convert to ascii in cgi mode
Brought to you by:
maddingue
From: Razvan C. <raz...@te...> - 2003-09-14 18:00:48
|
> -----Original Message----- > From: S=E9bastien Aperghis-Tramoni >=20 > On vendredi, sep 12, 2003, at 16:52 Europe/Paris, Razvan Cosma wrote: >=20 > > Just noticed that 0.4.11b2 does not convert stuff like (c), ’ > > (some kind of ' ) to ascii, don't know if this is a known issue. >=20 > Unless you ask it to do so, Html2Wml does not convert characters, but > modify the XML declaration to indicate the encoding of the document. > For example: > <?xml version=3D"1.0" encoding=3D"iso-8859-1"?> >=20 > If you want Html2Wml to convert non-ASCII characters, use the -n > option. You can make it permanent by editing the source changing the > line 78 this way: > 'numeric-non-ascii' =3D> 1, ## convert non-ASCII characters to > numeric entities I did specify that, I was expecting it would replace eg. =A9 with (c), = not the html numeric code. That would be cool for dumb phones - like = mine ;) |