-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug fix release * add MS_Kanji as alias of Shift_JIS. * fixes wrong convertion from Hankaku-Kana to Zenkaku-Kana with eucJP-ms and eucJP-ascii. * fixes mis-conversion from Hankaku-Kana to Zenkaku-Kana with CP50220. * other some bug fixes.
- Loading branch information
obache
committed
Sep 15, 2010
1 parent
95d80b8
commit 5f5c685
Showing
4 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# $NetBSD: Makefile,v 1.13 2009/11/19 05:42:02 obache Exp $ | ||
# $NetBSD: Makefile,v 1.14 2010/09/15 00:59:02 obache Exp $ | ||
|
||
.include "${.CURDIR}/Makefile.common" | ||
|
||
PKGNAME= nkf-2.10 | ||
PKGNAME= nkf-2.11 | ||
CATEGORIES= japanese converters | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.7 2009/11/19 05:42:02 obache Exp $ | ||
$NetBSD: distinfo,v 1.8 2010/09/15 00:59:02 obache Exp $ | ||
|
||
SHA1 (nkf-2.1.0.tar.gz) = 6c88c12d973abbdb4c61ade47a470e01f7bbcc95 | ||
RMD160 (nkf-2.1.0.tar.gz) = 77cf750e00fbc6b7b2178a25c152a4ed7b623a35 | ||
Size (nkf-2.1.0.tar.gz) = 156716 bytes | ||
SHA1 (nkf-2.1.1.tar.gz) = ce6f15adda1a87d6534aa1799031b6b969d6996a | ||
RMD160 (nkf-2.1.1.tar.gz) = 06e0dbda6e90502ab4bafe4d44a9d05beed248c5 | ||
Size (nkf-2.1.1.tar.gz) = 157459 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters