10 messages in net.java.dev.jna.usersRe: [jna-users] String encodings
FromSent OnAttachments
Bartko ZoltanJul 12, 2007 4:49 am.java, .java
Bartko ZoltanJul 12, 2007 6:08 am 
Wayne MeissnerJul 12, 2007 6:09 am 
Timothy WallJul 12, 2007 8:03 am 
Timothy WallJul 12, 2007 8:38 am 
Bartko ZoltanJul 13, 2007 12:10 am 
Bartko ZoltanJul 13, 2007 1:05 am 
Timothy WallJul 13, 2007 7:11 am 
Oleksandr MaksymchukOct 22, 2007 4:25 am 
Timothy WallOct 22, 2007 6:34 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] String encodingsActions...
From:Timothy Wall (twal@dev.java.net)
Date:Oct 22, 2007 6:34:52 am
List:net.java.dev.jna.users

The JNA library provides a system property "jna.encoding" to indicate how your native library encodes strings. If not set, the default platform encoding ("file.encoding") is used to convert strings.

On Oct 22, 2007, at 7:25 AM, Oleksandr Maksymchuk wrote:

Hello Bartko,

I'm experiencing similar issue when hunspell crashes even using JNI. So no suggestions is returned. Although I had it working for English dictionary but it broken recently probably due to change of system regional settings (under Mac OSX).

I've debugged the problem and see that there is some issue happening inside suggesting method.

But couldn't debug more.

Do you have any progress on that?