FYI, I fixed the problem with a little patch in narwhal (the commonjs
implementation used by Jack):
narwhal/engines/rhino/lib/binary-engine.js
exports.B_DECODE_DEFAULT = function(bytes, offset, length) {
return String(new Packages.java.lang.String(bytes, offset, length,
"UTF-8"));
}
exports.B_ENCODE_DEFAULT = function(string) {
return new Packages.java.lang.String(string).getBytes("UTF-8");
}
regards,
George.
On Oct 14, 9:25 pm, "Jason (Google)" <[email protected]> wrote:
> Hi Prashant. I'm still waiting on a .html or .txt file to test with using
> Helma NG/Jack in particular. If you're seeing something similar in a
> different environment, please post a new thread with more details. I do
> recall that there was a known issue with XMPP character encoding in version
> 1.2.5 -- can you check if this is fixed with yesterday's 1.2.6 release?
> - Jason
>
>
>
> On Sun, Oct 11, 2009 at 11:40 AM, Prashant <[email protected]> wrote:
> > is this issue solved?
>
> > i am having similar problem when i store some message, received via xmpp,
> > to datastore.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---