Empyreus / lanterna

Automatically exported from code.google.com/p/lanterna
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Can't enter cyrillic charters in TextBox #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Can't enter cyrillic chars in TextBox but can use cyrillic chars in labels and 
other components

TextBox login = new TextBox(null,20);
login.setText("тест");

Original issue reported on code.google.com by eshur...@gmail.com on 12 Jun 2014 at 6:33

GoogleCodeExporter commented 9 years ago
That we need to fix. I'll give it a go.

Original comment by mab...@gmail.com on 18 Jun 2014 at 2:00

GoogleCodeExporter commented 9 years ago
TextBox will now allow non-latin character input on latest 2.1-branch and 
master. I've pushed new snapshots to sonatype.

Original comment by mab...@gmail.com on 21 Jun 2014 at 9:38