2001-05-25 Andrew Choi <akochoi@i-cable.com>
authorAndrew Choi <akochoi@shaw.ca>
Fri, 25 May 2001 11:47:37 +0000 (11:47 +0000)
committerAndrew Choi <akochoi@shaw.ca>
Fri, 25 May 2001 11:47:37 +0000 (11:47 +0000)
* international/titdic-cnv.el (ctlau-gb-converter): `\' should
actually be `\\'.
(ctlau-b5-converter): Likewise.

lisp/ChangeLog
lisp/international/titdic-cnv.el

index 37c24b5..ca950dc 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-25  Andrew Choi  <akochoi@i-cable.com>
+
+       * international/titdic-cnv.el (ctlau-gb-converter): `\' should
+       actually be `\\'.
+       (ctlau-b5-converter): Likewise.
+
 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
 
        * international/titdic-cnv.el (quail-misc-package-ext-info):
index 03e2fdd..8865024 100644 (file)
@@ -1084,7 +1084,7 @@ To input symbols and punctuations, type `/' followed by one of `a' to
  Originally converted from CTCPS3.tit
  Last modified: June 2, 1993.
 
- Some infrequent GB characters are accessed by typing \, followed by
+ Some infrequent GB characters are accessed by typing \\, followed by
  the Cantonese romanization of the respective radical (\e$A2?JW\e(B)."))
 
 (defun ctlau-b5-converter (dicbuf name title)
@@ -1098,7 +1098,7 @@ To input symbols and punctuations, type `/' followed by one of `a' to
  Originally converted from CTCPS3.tit
  Last modified: June 2, 1993.
 
- Some infrequent characters are accessed by typing \, followed by
+ Some infrequent characters are accessed by typing \\, followed by
  the Cantonese romanization of the respective radical (\e$(0?f5}\e(B)."))
 
 (defun miscdic-convert (filename &optional dirname)