On Thu, 6 Jan 2022 11:03:26 GMT, Prasanta Sadhukhan <[email protected]> wrote:
> Devanagiri script was not rendered properly in macos after JDK-8068283 due to > incorporated check of utf16 string encoding should be more than 2 bytes is > not satisfied. > Additional check added in JDK-8132503 to ascertain if utf8 string encoding is > complex or not was also not satisfied because of which complex Devanagairi > unicode text insertion was not working. > Fix is to add Devanagiri codePoint to the complex list so that it is rendered > properly. This pull request has now been integrated. Changeset: 94380d0e Author: Prasanta Sadhukhan <[email protected]> URL: https://git.openjdk.java.net/jdk/commit/94380d0e464a491977ed2b5f1998a55cfe73c3c6 Stats: 8 lines in 1 file changed: 7 ins; 0 del; 1 mod 8278232: [macos] Wrong chars emitted when entering certain char-sequence of Indic language Reviewed-by: prr ------------- PR: https://git.openjdk.java.net/jdk/pull/6979
