Re: [OpenJDK 2D-Dev] RFR: 8173028: Incorrect processing of supplementary-plane characters in text fields

2017-02-13 Thread Vadim Pakhnushev
+1 Vadim On 13/02/2017 20:52, Sergey Bylokhov wrote: Looks fine, but I’am not an expert in this area. https://bugs.openjdk.java.net/browse/JDK-8173028 http://cr.openjdk.java.net/~prr/8173028/ An off by-one bug in assigning remaining glyphs in the cluster to char indices so that the zero

Re: [OpenJDK 2D-Dev] RFR: 8173028: Incorrect processing of supplementary-plane characters in text fields

2017-02-13 Thread Sergey Bylokhov
Looks fine, but I’am not an expert in this area. > > https://bugs.openjdk.java.net/browse/JDK-8173028 > http://cr.openjdk.java.net/~prr/8173028/ > > An off by-one bug in assigning remaining glyphs in the cluster to char indices > so that the zero advance gets assigned to latin "a" and it is not

[OpenJDK 2D-Dev] RFR: 8173028: Incorrect processing of supplementary-plane characters in text fields

2017-02-13 Thread Phil Race
https://bugs.openjdk.java.net/browse/JDK-8173028 http://cr.openjdk.java.net/~prr/8173028/ An off by-one bug in assigning remaining glyphs in the cluster to char indices so that the zero advance gets assigned to latin "a" and it is not a hit anymore. font/layout/swing text regression tests