Convert Ethiopic characters into the Java escape sequences.
Each escape sequence is of the form \uXXXX, where XXXX is the
character's codepoint (in hex) in Unicode.
If `ethio-java-save-lowercase' is non-nil, use [0-9a-f].
Otherwise, [0-9A-F].
(fn)