Bug 179 : fix JNI internationalization bugs in JNIRegistry
Last modified: 2008-10-21 11:51




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

 

Reporter:
fry
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2005-10-15 12:08
we're using jniregistry http://www.trustice.com/java/jnireg/ to read
registry values for things like folder locations. it has some bugs with
non-ascii chars (or encodings outside what's expected). there are some
hacks inside Base.java to get around them, but it'd be better to fix them
properly so that we can run on intl platforms more easily.

looking for help from anyone who in particular 1) has a japanese system
and/or 2) has experience dealing with the windows api and internationalization.
Additional Comment #1 From fry 2008-10-21 11:51
with the bug fix of #723, we've moved entirely to JNA, so the i18n issues
are now fixed starting with 0140 or so.