FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 179 : fix JNI internationalization bugs in JNIRegistry
Last modified: 2008-10-21 11:51
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P3
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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.