View Single Post
Old 01-31-2008, 05:48 PM   #57
serge
Enthusiast
serge has learned how to buy an e-book online
 
Posts: 27
Karma: 80
Join Date: Dec 2007
Device: iRex iLiad
Quote:
Originally Posted by Zebio View Post
The most big problem for me in dillo is impossibility read web on cyrillic.
There is an internationalized dillo version which allows one to read Cyrillic utf-8 pages. I wrote a bit about it here.
and here.
In order to convert non-unicode pages to utf-8 one can use (in Linux):
Code:
iconv -f WINDOWS-1251 -t UTF-8 file_in.html > file_out.html
Whether this can be done on the fly in dillo, I am not sure, but I guess this functionality could be added. Just needs one of the great developers to get excited about it. Which may happen or not...
serge is offline   Reply With Quote