Bug 1010 : show sketch folder fails for directories containing umlauts
Last modified: 2008-11-15 09:23




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P3
Severity:
normal

 

Reporter:
fjen
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2008-11-14 14:13
as title says, if you have a sketch in a directory with an umlaut show sketch folder (menu item)
and shortcut will not work.

might be related to bug #252

F
Additional Comment #1 From fry 2008-11-14 14:29
Nope, looks like an Apple bug, that it's not converting the unicode String
objects passed to Runtime.exec() into the proper local encoding. Will just
have to work around it. I seem to remember seeing something like this on
the java-dev list a while back.
Additional Comment #2 From fry 2008-11-14 14:31
Also, I assume you're on the Mac, right? Or have you found this to be the
case on both Mac OS and Windows?
Additional Comment #3 From fjen 2008-11-14 23:41
yes you're right: mac it is.
Additional Comment #4 From fry 2008-11-15 09:23
scratch that, it appears to be a bug in Apple's implementation of
com.apple.eio.FileManager.openURL(), but i'm using a different workaround
instead, so now we have a fix.