Subject | Re: Message: buffer end before end of clumplet - clumplet too long |
---|---|
Author | Roman Rokytskyy |
Post date | 2007-08-10T19:19:32Z |
> info.put ("charSet", "UTF8");Please try either
info.put ("charSet", "UTF-8");
or
info.put ("encoding", "UTF8");
Roman