
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Japanese input into Java?
On Fri, May 11, 2007 at 11:33:18AM +0900, Dave M G wrote:
> TLUG,
>
> I have a Java program (Zend Studio 5.5) that I want to be able to input
> Japanese text into.
>
> So far as I can tell, Java does not seem to work with UIM/Anthy, at
> least not by default.
With Eclipse I've been able to get this to work. Perhaps it's
Java application dependent ... ugh.
[snip]
>
> Is there some special set up I need to do for Java? Is that kind of set
> up possible?
>
Does this help at all?
http://www.exampledepot.com/egs/java.util/SetDefLocale.html
Try munging some of the command line arguments for starting up the Java JVM
that starts Zend Studio. I would have thought it would have inherited its
locale from the environment variables that are set for language but my
memory is fuzzy on this.
Alain
Home |
Main Index |
Thread Index