I have the following problem with libgdx displaying cyrillic. I will give an example:
it works:
System.out.println("");
but shows nothing:
field = new TextField("", style);
And tried without success.
try { mmm = new String(t.getBytes(), "UTF-8"); } catch (UnsupportedEncodingException e) {
I would be glad if someone has a solution, many, many will be grateful.
source share