summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2004-03-05 17:28:58 +0000
committerMasatomo Nakano <nakano@gentoo.org>2004-03-05 17:28:58 +0000
commit8eb954eb5fe2705dd91ad124e5607556fb987ff6 (patch)
tree0f6ffd2f8a4bb7df03b7c0055d50a9dbd3e4620a /app-i18n/nkf/files
parentMarked as stable. (diff)
downloadhistorical-8eb954eb5fe2705dd91ad124e5607556fb987ff6.tar.gz
historical-8eb954eb5fe2705dd91ad124e5607556fb987ff6.tar.bz2
historical-8eb954eb5fe2705dd91ad124e5607556fb987ff6.zip
Marked as stable.
Diffstat (limited to 'app-i18n/nkf/files')
-rw-r--r--app-i18n/nkf/files/digest-nkf-2.0.31
-rw-r--r--app-i18n/nkf/files/nkf-1.92-msg00025.patch38
2 files changed, 0 insertions, 39 deletions
diff --git a/app-i18n/nkf/files/digest-nkf-2.0.3 b/app-i18n/nkf/files/digest-nkf-2.0.3
deleted file mode 100644
index 29690e9a0ebd..000000000000
--- a/app-i18n/nkf/files/digest-nkf-2.0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b940ea1d67cb506a57fca9dbe83760c3 nkf203.tar 491520
diff --git a/app-i18n/nkf/files/nkf-1.92-msg00025.patch b/app-i18n/nkf/files/nkf-1.92-msg00025.patch
deleted file mode 100644
index b0e2d5c558de..000000000000
--- a/app-i18n/nkf/files/nkf-1.92-msg00025.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-You can get a original copy of this patch from:
-http://search.namazu.org/ml/namazu-users-ja/msg00025.html
-
-*** nkf-1.92.orig/nkf.c Sat Mar 4 13:56:23 2000
---- nkf-1.92.ss2/nkf.c Sat Mar 4 14:07:31 2000
-***************
-*** 1067,1072 ****
---- 1067,1081 ----
- SEND;
- }
- }
-+ }
-+ else if ( c1 == 'N' || c1 == 'n' ){
-+ /* SS2 */
-+ c1 = (*i_getc)(f); /* skip SS2 */
-+ if ( SPACE<=c1 && c1 < 0xe0 ) {
-+ c2 = X0201;
-+ SEND;
-+ }
-+
- } else {
- /* lonely ESC */
- (*oconv)(0, ESC);
-
-*** nkf-1.92.orig/nkf.c Sat Mar 4 13:56:23 2000
---- nkf-1.92.zenspc/nkf.c Sat Mar 4 14:08:43 2000
-***************
-*** 1669,1674 ****
---- 1669,1675 ----
- /* JISX0208 Kigou */
- if (0x21==c1) {
- if (alpha_f&0x2) {
-+ c2 = 0;
- c1 = ' ';
- } else if (alpha_f&0x4) {
- (*o_zconv)(0,' ');
-
-