Regards,
> Anton.
>
>
> On 10.12.2014 20:56, Sergey Malenkov wrote:
>>
>> Hi all,
>>
>> In Oracle JDK the input method handling is slightly different from
>> Apple JDK. And this is a reason of some issues in IntelliJ IDEA. I
>> found out that the
uoted in the previous mail. Maybe there
> were some corner cases and that's what I wanted to know. Maybe asking the
> original authors of the code (at Apple?) about this would help?
>
> Naoto
>
>
> On 12/11/14 3:15 AM, Sergey Malenkov wrote:
>>
>> Hi Naoto,
it. Have you investigated what it means?
>
> Also, if the change turns OK, you probably would want to change the variable
> name from "utf8Length" to something more appropriate.
>
> Naoto
>
>
> On 12/10/14, 9:56 AM, Sergey Malenkov wrote:
>>
>> Hi a
t; combinations might be the only way to produce certain "common" characters
> (e.g. {}, as the NetBeans page mentions).
>
> I'm not familiar with JDK internals, so my apologies if the observations
> above are not relevant here.
>
> -- Eirik
>
> On 12/10/14, 12:56 P
Hi all,
In Oracle JDK the input method handling is slightly different from
Apple JDK. And this is a reason of some issues in IntelliJ IDEA. I
found out that the insertText method in the following file uses
lengthOfBytesUsingEncoding instead of length in characters:
http://hg.openjdk.java.net/jdk9