i define a method in the java file public void methodName(net.sf.sotacs.textfield.api.ItemWriter writer, String prefix){ ...... System.out.println("----------"+prefix); ...... }
when i type a letter like 'a','b', it's ok ----------a ----------b when i type a chinese character like '我' the output does not display '我' ----------211 how can i get the correct prefix ?