Well, wait. Firstly, I've never seen char in JASS. Always figured it's just strings (somehow reverse C).
You could make some custom functions, one to convert integer to string (gets integer a, returns, say "b" if your integer equals 2), you could make on the other way around and then other function comparing your chars (strings). Say function WitchCharIsBigger(string a, string b) will give TRUE if a is after b in the alphabet and, in this function, you would need to convert those strings to integers and then compare integers.
What I wrote is kinda messed up, I know, but I can write functions for you, if you like.