Fast string concatenation

2007-09-04 Thread telega
out 5 seconds. Reading is quite fast. Is there any better way to do fast string concatenation in Firefox Extension? And also, when I have written temp file, and I'm getting file.fileSize property, it retuns 0, why? Thanks, telega ___ dev-tech-xpc

Re: Character encoding converters

2007-08-29 Thread telega
On 28, 23:14, Christian Biesinger <[EMAIL PROTECTED]> wrote: > 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 > > (windo

Character encoding converters

2007-08-28 Thread telega
CE_INFO)" I also tried to do: var encoder = Components.classes["@mozilla.org/intl/unicode/encoder;1? charset=windows-1251"] .getService(Components.interfaces.nsIUnicodeEncoder); but also get an error: "Invalid InterfaceID" n