Android devices with API level < 19 (thus before kitkat = 4.4) don't have Character.isIdeographic.
There is only 1 place in the OpenJFX repository where this method is called.
The patch at https://bitbucket.org/javafxports/8u60-rt/commits/cf75a074ab7ed8ffaf5a1e044b29057deaf0ea5d/raw/ detects if the runtime has Character.isIdeographic, and will use it when available, otherwise ignore it.
There is only 1 place in the OpenJFX repository where this method is called.
The patch at https://bitbucket.org/javafxports/8u60-rt/commits/cf75a074ab7ed8ffaf5a1e044b29057deaf0ea5d/raw/ detects if the runtime has Character.isIdeographic, and will use it when available, otherwise ignore it.
- relates to
-
JDK-8092077 Remove reflection-based check for isIdeographic
-
- Open
-