Subject Re: Message: buffer end before end of clumplet - clumplet too long
Author Roman Rokytskyy
> info.put ("charSet", "UTF8");

Please try either

info.put ("charSet", "UTF-8");
or
info.put ("encoding", "UTF8");

Roman