Author: deton.kih
Date: Wed Dec 12 04:24:51 2007
New Revision: 5056

Modified:
  trunk/scm/trycode.scm

Log:
* scm/trycode.scm
 - (trycode-rule): update to 2007-12-10 version: add one kanji.


Modified: trunk/scm/trycode.scm
==============================================================================
--- trunk/scm/trycode.scm       (original)
+++ trunk/scm/trycode.scm       Wed Dec 12 04:24:51 2007
@@ -27,7 +27,7 @@
 ;;; OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF
;;; SUCH DAMAGE.
;;;;
-;; 2007-04-05 version
+;; 2007-12-10 version

;;
(require "generic.scm")
@@ -467,7 +467,7 @@
    ((("q" ","))("��")) (((" " "q" ","))("��"))
    ((("j" ","))("��")) (((" " "j" ","))("��"))
    ((("k" ","))("��")) (((" " "k" ","))("��"))
-    ((("x" ","))("ʧ")) (((" " "x" ","))("��"))
+    ((("x" ","))("ʧ")) (((" " "x" ","))("�"))
    ((("b" ","))("��")) (((" " "b" ","))("��"))
    ((("m" ","))("��")) (((" " "m" ","))("��"))
    ((("w" ","))("��")) (((" " "w" ","))("��"))

Reply via email to