|
|
Top ![]() Prev ![]() Next ![]() |
|
I face a problem with certain html files alone. After conversion, these html files
remain in Tscii itself. Nothing gets converted to Unicode. Why? |
View the source of the problematic file (say a.html) in an editor. You will see lot of chracters like « Å û etc. A browser like IE will preprocess these characters to "Tamil 'a' ", "Tamil 'va' " and so on (much the same way it replaces ' ' with space character) and will show the Tamil characters on screen finally. But, its not the job of a converter to do this preprocessing before commencing the conversion process. Hence, it just reads the English characters and outputs the English characters as they are. Well, to achieve this preprocessing only, we have suggested the above very simple steps. Follow them and you will have your file converted properly into Unicode Tamil.
| Document version 6.6 | Copyright 2000-2009 Azhagi.com |