Re: [OpenJDK 2D-Dev] COMPOUND_TEXT charset is missing on JDK11

2018-06-22 Thread Philip Race
The DnD & clipboard cases on such a desktop are the only possible use I can think of for this charset, so if it were to exist anywhere it would be in the desktop module, since it depends on all the X decoders that were moved there. But since MToolkit is gone so we don't have direct need for it.

Re: COMPOUND_TEXT charset is missing on JDK11

2018-06-22 Thread Ichiroh Takiguchi
Thanks Alan. Now we can use OpenJDK JDK11 GUI feature on IBM AIX's CJK locales. And AIX's desktop is still CDE/Motif... We may need COMPOUND_TEXT charset for clipboard and DnD feature against CDE/Motif. To 2d-dev: Could you reconsider about COMPOUND_TEXT charset ? Thanks, Ichiroh Takiguchi IB

Re: COMPOUND_TEXT charset is missing on JDK11

2018-06-22 Thread Alan Bateman
On 22/06/2018 06:47, Ichiroh Takiguchi wrote: Hello. JDK8 Linux build has COMPOUND_TEXT charset, but it seems it's missing on JDK11 Linux build. I checked Bug DB, I could not find out the reason why COMPOUND_TEXT charset was missing. This was removed more than 3 years ago during JDK 9 developm

COMPOUND_TEXT charset is missing on JDK11

2018-06-21 Thread Ichiroh Takiguchi
Hello. JDK8 Linux build has COMPOUND_TEXT charset, but it seems it's missing on JDK11 Linux build. I checked Bug DB, I could not find out the reason why COMPOUND_TEXT charset was missing. Could you port COMPOUND_TEXT charset from JDK8 to JDK11 ? Thanks, Ichiroh Takiguchi IBM Japan, Ltd.