RFR: 8278232: [macos] Wrong chars emitted when entering certain char-sequence of Indic language [v2]

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Thu Jan 27 09:04:12 UTC 2022


> 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.

Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:

  Typo fix

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6979/files
  - new: https://git.openjdk.java.net/jdk/pull/6979/files/227b6287..4cb047d3

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6979&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6979&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6979.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6979/head:pull/6979

PR: https://git.openjdk.java.net/jdk/pull/6979



More information about the client-libs-dev mailing list