David Leangen created FELIX-6285:
------------------------------------
Summary: [GOGO] Cannot input Japanese text
Key: FELIX-6285
URL: https://issues.apache.org/jira/browse/FELIX-6285
Project: Felix
Issue Type: Bug
Components: Gogo Shell
Reporter: David Leangen
I am assuming that it is the shell that is misbehaving, but I don't know for
sure.
On MacOS, I am unable to input Japanese text.
Simple test:
{code:java}
@Descriptor( "Enter any Japanese text" )
public List<String> validate( String text ) throws Exception {
System.out.println("Result: " + text); // garbled
Path path = Paths.get( "~/japanese.txt" );
Files.write(path, names.getBytes()); // also garbled
}
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)