JDK-6576211 : DnD of File-List between JVM is broken for non ASCII file names - XToolkit
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: linux
  • CPU: generic
  • Submitted: 2007-07-02
  • Updated: 2018-09-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
There is existing change request "5098433 REG: DnD of File-List between JVM is broken for non ASCII file names - Win32". But this change request is not a duplicate of 5098433.

5098433 - is a regression for Windows platform and fix for 5098433 is different from the fix on XToolkit.

For more information please take a look into the COMMENTS section of this change request.

Comments
- this is an issue reported against 7(7u), - there are now affected version 9 filed for this issue - 7u issues are transferred to Sustaining Nevertheless if someone have a report against 9 - please reopen and add affectedVersion 9 or 7u specific escalations might be reopen to Sustaining
10-08-2014

WORK AROUND Both drag source and drop target shoulbe run with appropriate locale. For example, on Gentoo Linux, for files with Russian names created in unicode locale, you could use >export LC_ALL=ru_RU.utf8 >java <java program>
02-07-2007