static S unicodeChar(char c) { ret charToString(c); } static S unicodeChar(int c) { ret charToString(c); }