emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to admin/charsets/kuten.awk


From: Miles Bader
Subject: [Emacs-diffs] Changes to admin/charsets/kuten.awk
Date: Fri, 01 Feb 2008 16:04:23 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/02/01 16:01:31

Index: admin/charsets/kuten.awk
===================================================================
RCS file: admin/charsets/kuten.awk
diff -N admin/charsets/kuten.awk
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ admin/charsets/kuten.awk    1 Feb 2008 16:00:59 -0000       1.2
@@ -0,0 +1,7 @@
+/^[0-9]/ {
+  ku=substr($1, 3, 2) + 32;
+  ten=substr($1, 5, 2) + 32;
+  printf "0x%02X%02X %s\n", ku, ten, $2;
+}
+
+# arch-tag: dade6b45-b4c5-42ab-9d49-d6bf23a710b6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]