Quote:
Originally Posted by Zebio
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...