Re: [Pljava-dev] PL/java kills unicode chars?

From: Chapman Flack <chap(at)anastigmatix(dot)net>
To:
Subject: Re: [Pljava-dev] PL/java kills unicode chars?
Date: 2015-10-10 21:38:24
Message-ID: 56198550.9070401@anastigmatix.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

> Srivatsan Ramanujam wrote:
> > I believe PL/java is killing unicode characters (it is probably
> > converting text to a byte stream and reading them as single byte
> > characters - perhaps Latin-1 and not as UTF-8). ...
>
> Well, this one has been open for a while...
>
> I think vatsan's comment (on the github issue) about
> http://bugs.sun.com/view_bug.do?bug_id=5030776 is probably spot on.
> We seem to handle the whole basic multilingual plane correctly
> (nearly 64k codepoints), it's just all the planes above that getting
> messed up.

Now fixed in the master branch.

-Chap
_______________________________________________
Pljava-dev mailing list
Pljava-dev(at)lists(dot)pgfoundry(dot)org
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Chapman Flack 2015-10-20 22:08:51 [Pljava-dev] New in PL/Java github head: UDT annotations
Previous Message Chapman Flack 2015-10-10 21:38:13 Re: [Pljava-dev] conditional SQL in DDR, and a testing idea