Markus Scherer
Fri, 29 Sep 2000 13:31:51 -0700
hello, for fonts etc. have a look at http://www.unicode.org/unicode/onlinedat/resources.html for converting your pages to unicode, you would need some library or operating system api to do so. there are plenty around, but you would have to find out exactly what is the encoding of your pages. if you cannot find built-in support, then you might need to add a mapping table to one of the libraries' conversion services. for such libraries see http://www.unicode.org/unicode/onlinedat/products.html#3 i am working with the icu library that you find linked there. with icu for example, you can add a mapping table to the library. best regards, markus