Character.toUpperCase should work...without code its hard to see how you are using it, but here's an example


public static void main(String[] args){
char c = 'i';
System.out.println(c);...