Alberto Rojas wrote: > > Hi, > I've been using Tidy to convert some books from html to Xhtml, to be > able to read them on my nintendo DS using DsLibris. > The command i'm using, is: > > tidy -asxhtml -o name.xhtml name.html > > The problem i get is, that i can't see "tilde" ("é" for example). It appears that what you are seeing is the output converted to utf-8. I presume that DsLibris does not recognize utf-8 encoding. Try using: tidy -asxhtml -latin1 -o name.xhtml name.html or, if you're really desperate: tidy -asxhtml -win1252 -o name.xhtml name.html -- Nothing of significance below this line.Received on Monday, 10 September 2007 22:59:19 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 13:57:20 GMT