To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=93769
------- Additional comments from [EMAIL PROTECTED] Thu Nov 13 08:53:06 +0000 2008 ------- It appears that Java nowadays expects file URIs in UTF-8 (i.e., what OOo calls "internal" URIs) instead of locale-specific encoding (i.e., what OOo calls "external" URIs), see for example the section "Escaped octets, quotation, encoding, and decoding" of <http://java.sun.com/javase/6/docs/api/java/net/URI.html> and also <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6522294>. That means that all places that map URIs between OOo and Java must no longer use com.sun.star.uri.ExternalUriReferenceTranslator to do so. Those places at least include tags/DEV300_m35/stoc/source/javavm/[EMAIL PROTECTED] l. 1640 and jvmaccess::ClassPath::translateToUrls in tags/DEV300_m35/jvmaccess/inc/jvmaccess/[EMAIL PROTECTED] --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
