telega wrote: > Is it possible to use Character encoding converters from Firefox > extension (javascript) ? > I want to encode strings from UTF-8 to national encodings > (windows-1251). I tried to use:
Use nsIScriptableUnicodeConverter. http://developer.mozilla.org/en/docs/Writing_textual_data may also be of interest to you. _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
