comparison lisp/mule/ethio-util.el @ 3369:2c5142751000

[xemacs-hg @ 2006-04-29 18:55:27 by aidan] Fix trunk problems caused by my latest commit.
author aidan
date Sat, 29 Apr 2006 18:55:32 +0000
parents ce294639d321
children cef5f57bb9e2
comparison
equal deleted inserted replaced
3368:959746c534f6 3369:2c5142751000
1776 1776
1777 ;;;###autoload 1777 ;;;###autoload
1778 (defun ethio-fidel-to-java-buffer nil 1778 (defun ethio-fidel-to-java-buffer nil
1779 "Convert Ethiopic characters into the Java escape sequences. 1779 "Convert Ethiopic characters into the Java escape sequences.
1780 1780
1781 Each escape sequence is of the form \uXXXX, where XXXX is the 1781 Each escape sequence is of the form \\uXXXX, where XXXX is the
1782 character's codepoint (in hex) in Unicode. 1782 character's codepoint (in hex) in Unicode.
1783 1783
1784 If `ethio-java-save-lowercase' is non-nil, use [0-9a-f]. 1784 If `ethio-java-save-lowercase' is non-nil, use [0-9a-f].
1785 Otherwise, [0-9A-F]." 1785 Otherwise, [0-9A-F]."
1786 (let ((ucode)) 1786 (let ((ucode))