1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

Changes from arch/CVS synchronization

This commit is contained in:
Miles Bader 2004-04-19 20:08:38 +00:00
parent c169d09c72
commit 21e9972913
11 changed files with 21 additions and 0 deletions

View File

@ -345,3 +345,5 @@ install:
# Clear files that are automatically generated.
clean:
rm -f ${CHARSETS} ${TRANS_TABLE}
# arch-tag: 90b3bf30-1fef-45bf-b30c-665c30c22310

View File

@ -51,3 +51,4 @@ function decode_big5(big5) {
}
# arch-tag: 36f08d21-0d24-4b67-852d-a9a51299586d

View File

@ -121,3 +121,5 @@ END {
printf "0x%04X-0x%04X 0x%04X\n", from_code, to_code, from_unicode;
}
}
# arch-tag: 7e6f57c3-8e62-4af3-8916-ca67bca3a0ce

View File

@ -55,3 +55,5 @@ END {
print " map)";
print " (define-translation-table 'cp51932-encode map))";
}
# arch-tag: bbae996b-2d1c-4e85-bb55-ac30146d7504

View File

@ -114,3 +114,5 @@ END {
printf "0x%02X%02X 0x%04X # 4\n", i, j, code++;
}
}
# arch-tag: 998dc444-759d-43ef-87e3-2ab205011394

View File

@ -81,3 +81,5 @@ END {
print " map)";
print " (define-translation-table 'eucjp-ms-encode map))";
}
# arch-tag: d9cc7af7-2d6e-48cd-8eed-a6d25226de7c

View File

@ -78,3 +78,5 @@ END {
printf "0x%04X-0x%04X 0x%04X\n",
index_to_gb(from_gb), index_to_gb(to_gb), from_unicode;
}
# arch-tag: d7dbad89-a512-41a4-8ee0-ba1a4505b8c1

View File

@ -100,3 +100,5 @@ END {
}
}
}
# arch-tag: 8e5a22ae-610e-411f-ae17-d6e528b30d71

View File

@ -3,3 +3,5 @@
ten=substr($1, 5, 2) + 32;
printf "0x%02X%02X %s\n", ku, ten, $2;
}
# arch-tag: dade6b45-b4c5-42ab-9d49-d6bf23a710b6

View File

@ -139,3 +139,5 @@ else
echo "Invalid arguments"
exit 1
fi
# arch-tag: c33acb47-7eb6-4872-b871-15e1447e8f0e

View File

@ -56,3 +56,5 @@
(with-temp-buffer
(map-charset-chars 'func charset)
(write-file file))
;;; arch-tag: 515989d7-2e2d-41cc-9163-05ad472fede4