OSDN Git Service

nkf/nkf.git
18 years ago* support for JIS X 0213 (Shift_JISX0213 and EUC-JISX0213)
NARUSE, Yui [Wed, 11 Jan 2006 21:12:30 +0000 (21:12 +0000)]
* support for JIS X 0213 (Shift_JISX0213 and EUC-JISX0213)

18 years ago* Add option --enable-round-trip.
NARUSE, Yui [Thu, 5 Jan 2006 17:45:32 +0000 (17:45 +0000)]
* Add option --enable-round-trip.
  With this option, don't convert characters that can't secure round trip
  conversion in Unicode to JIS.
* Fix: don't ignore ZERO WIDTH NO-BREAK SPACE that isn't BOM.
* Fix: reset strict_mapping_f and disable_cp932ext_f
* Fix: nkf_test.pl

18 years ago* Fixed some miss spelling and spacing and so on by opengl2772 [Nkf-dev 2]
NARUSE, Yui [Sun, 11 Dec 2005 03:43:37 +0000 (03:43 +0000)]
* Fixed some miss spelling and spacing and so on by opengl2772 [Nkf-dev 2]

18 years ago* Add document about --hiragana and some fixes.
NARUSE, Yui [Fri, 9 Dec 2005 12:21:00 +0000 (12:21 +0000)]
* Add document about --hiragana and some fixes.

18 years ago* change mappings of U+00A5 and U+203E
NARUSE, Yui [Fri, 9 Dec 2005 12:18:40 +0000 (12:18 +0000)]
* change mappings of U+00A5 and U+203E

18 years ago* update document
NARUSE, Yui [Mon, 5 Dec 2005 03:27:55 +0000 (03:27 +0000)]
* update document

18 years ago* fix: [Bugs#7634] can't catch convertion error (U+A4, U+BF)
NARUSE, Yui [Wed, 30 Nov 2005 18:15:06 +0000 (18:15 +0000)]
* fix: [Bugs#7634] can't catch convertion error (U+A4, U+BF)

18 years ago* skip UTF-16 surrogate pair
NARUSE, Yui [Sun, 27 Nov 2005 05:46:24 +0000 (05:46 +0000)]
* skip UTF-16 surrogate pair
* skip some mappings in -e (mainly U+80-U+FF)

18 years ago* Remove character convertions that are not defined in mappings
NARUSE, Yui [Mon, 21 Nov 2005 08:04:23 +0000 (08:04 +0000)]
* Remove character convertions that are not defined in mappings
* Add --disable-cp932ext option (experimental)
* Add more strict input check for w_iconv()
* Add unicode_to_jis_common(), this was used w2e_conv and w16e_conv

18 years ago* in EUC-JP (default), don't convert most of U+00A1-U+00FF
NARUSE, Yui [Tue, 8 Nov 2005 07:38:08 +0000 (07:38 +0000)]
* in EUC-JP (default), don't convert most of U+00A1-U+00FF

18 years ago* Added tests for new long options --ic and --oc
NARUSE, Yui [Mon, 7 Nov 2005 05:17:42 +0000 (05:17 +0000)]
* Added tests for new long options --ic and --oc

18 years ago* new long option: --ic=<input codeset> and --oc=<output codeset>
NARUSE, Yui [Mon, 7 Nov 2005 05:17:01 +0000 (05:17 +0000)]
* new long option: --ic=<input codeset> and --oc=<output codeset>

18 years ago* new long option: --fb-{skip, html, xml, perl, java, subchar}
NARUSE, Yui [Mon, 7 Nov 2005 05:11:27 +0000 (05:11 +0000)]
* new long option: --fb-{skip, html, xml, perl, java, subchar}
  this option defines fallback option
* fix: when nkf is used as library, ignore rest option doesn't work
* fix: when nkf is used as library, long options which are alias of short
  options don't work
* rename cp932_f to cp51932_f

18 years ago* preserve SI/SO/ESC when input is 8bit code
NARUSE, Yui [Sat, 5 Nov 2005 12:44:32 +0000 (12:44 +0000)]
* preserve SI/SO/ESC when input is 8bit code
* output escaped code or substitution characters when input contains
  illegal or unassgined characters.

18 years ago* supported CP932/CP51932/eucJP-ms
NARUSE, Yui [Fri, 28 Oct 2005 08:44:23 +0000 (08:44 +0000)]
* supported CP932/CP51932/eucJP-ms

18 years ago* Add convertion table:
NARUSE, Yui [Mon, 24 Oct 2005 02:26:01 +0000 (02:26 +0000)]
* Add convertion table:
    U+00A5 -> 0x005C
    U+3094 -> 0x8394 (Shift_JIS)
    U+203E -> 0x007E (eucJP-ms)

18 years ago* default fold-margin is not 5 but 10.
NARUSE, Yui [Thu, 11 Aug 2005 05:49:10 +0000 (05:49 +0000)]
* default fold-margin is not 5 but 10.

18 years ago* fix fold-margin is the expected lentgh - 1
NARUSE, Yui [Thu, 11 Aug 2005 05:48:31 +0000 (05:48 +0000)]
* fix fold-margin is the expected lentgh - 1

18 years ago* fix some type confliction
NARUSE, Yui [Thu, 21 Jul 2005 15:45:53 +0000 (15:45 +0000)]
* fix some type confliction

18 years ago* make read only variables const [ruby-dev:26592] by nobu
NARUSE, Yui [Thu, 21 Jul 2005 14:55:59 +0000 (14:55 +0000)]
* make read only variables const [ruby-dev:26592] by nobu
* check complie switches

18 years ago* add support for UTF-8-MAC
NARUSE, Yui [Thu, 21 Jul 2005 14:51:54 +0000 (14:51 +0000)]
* add support for UTF-8-MAC

* --internal-unicode option (use Unicode as internal encoding)
  limtation: in this mode, cannot use --hiragana option and so on

18 years ago* add test for BUG#2273
NARUSE, Yui [Tue, 19 Jul 2005 01:25:09 +0000 (01:25 +0000)]
* add test for BUG#2273

18 years ago* fix: input 2 bytes utf-8 is broken
NARUSE, Yui [Tue, 19 Jul 2005 01:24:35 +0000 (01:24 +0000)]
* fix: input 2 bytes utf-8 is broken
* fix: q-decode is broken

18 years ago* fix: reinit() doesn't off --internal-unicode
NARUSE, Yui [Mon, 18 Jul 2005 04:56:15 +0000 (04:56 +0000)]
* fix: reinit() doesn't off --internal-unicode
* fix: ASCII characters are in not c2 but c1

18 years ago* fixed: mojibeke in broken mime input [BUGS#2273]
NARUSE, Yui [Sun, 10 Jul 2005 13:36:50 +0000 (13:36 +0000)]
* fixed: mojibeke in broken mime input [BUGS#2273]

18 years ago* nkf --guess doesn't work when multiple files are given
NARUSE, Yui [Sun, 10 Jul 2005 06:46:17 +0000 (06:46 +0000)]
* nkf --guess doesn't work when multiple files are given
* in nkf --help output is UTF-8N

18 years ago* add support for UTF-8-MAC
NARUSE, Yui [Tue, 5 Jul 2005 21:39:00 +0000 (21:39 +0000)]
* add support for UTF-8-MAC

* --internal-unicode option (use Unicode as internal encoding)
  limtation: in this mode, cannot use --hiragana option and so on

18 years ago*fix: document about Hiragana/Katakana Conversion is mistaken
NARUSE, Yui [Tue, 28 Jun 2005 01:15:07 +0000 (01:15 +0000)]
*fix: document about Hiragana/Katakana Conversion is mistaken

18 years ago* fix: document about Hiragana/Katakana Convertion was mistaken
NARUSE, Yui [Tue, 28 Jun 2005 01:05:59 +0000 (01:05 +0000)]
* fix: document about Hiragana/Katakana Convertion was mistaken
* fix: cannot parse long options when nkf was used as module

18 years agoU+FF5E, U+00A6, U+FF4E
NARUSE, Yui [Tue, 28 Jun 2005 00:45:20 +0000 (00:45 +0000)]
U+FF5E, U+00A6, U+FF4E

19 years agopatch (by mastodon)
Rei FURUKAWA [Mon, 18 Apr 2005 03:47:15 +0000 (03:47 +0000)]
patch (by mastodon)

19 years agopatch (by efialtes)
Rei FURUKAWA [Mon, 18 Apr 2005 03:46:06 +0000 (03:46 +0000)]
patch (by efialtes)

19 years agomime_out 用のデータ追加
Rei FURUKAWA [Sun, 10 Apr 2005 06:07:16 +0000 (06:07 +0000)]
mime_out 用のデータ追加

19 years agoversion strings
Rei FURUKAWA [Sun, 10 Apr 2005 06:06:20 +0000 (06:06 +0000)]
version strings

19 years ago* diable mime_decode_f because this flag has too large side effects
NARUSE, Yui [Tue, 8 Mar 2005 01:16:50 +0000 (01:16 +0000)]
* diable mime_decode_f because this flag has too large side effects

19 years ago* if ASCII, input_codename must be "".
NARUSE, Yui [Sat, 5 Mar 2005 16:05:20 +0000 (16:05 +0000)]
* if ASCII, input_codename must be "".

19 years ago* improve guess quality
NARUSE, Yui [Sat, 5 Mar 2005 04:20:25 +0000 (04:20 +0000)]
* improve guess quality

19 years ago* set_input_codename from iconv when input_codename isn't set
NARUSE, Yui [Fri, 4 Mar 2005 07:03:17 +0000 (07:03 +0000)]
* set_input_codename from iconv when input_codename isn't set

19 years ago*** empty log message ***
Rei FURUKAWA [Sun, 27 Feb 2005 10:22:02 +0000 (10:22 +0000)]
*** empty log message ***

19 years ago* prevent from reporting error by make clean in NKF.mod directory
NARUSE, Yui [Sun, 20 Feb 2005 21:34:25 +0000 (21:34 +0000)]
* prevent from reporting error by make clean in NKF.mod directory

19 years ago* merge from nkf32.dll
NARUSE, Yui [Sun, 20 Feb 2005 21:17:50 +0000 (21:17 +0000)]
* merge from nkf32.dll

19 years ago* merge from nkf32.dll
NARUSE, Yui [Sun, 20 Feb 2005 20:57:53 +0000 (20:57 +0000)]
* merge from nkf32.dll

19 years ago* check mime decode is explicitly on or not.
NARUSE, Yui [Sat, 19 Feb 2005 14:54:23 +0000 (14:54 +0000)]
* check mime decode is explicitly on or not.

19 years ago* remove extra SPACEs
NARUSE, Yui [Sat, 19 Feb 2005 09:57:06 +0000 (09:57 +0000)]
* remove extra SPACEs

19 years ago-M の動作を変更
Rei FURUKAWA [Fri, 18 Feb 2005 01:48:48 +0000 (01:48 +0000)]
-M の動作を変更

19 years ago* set NKF_RELEASE_DATE as 2005-02-02
NARUSE, Yui [Thu, 3 Feb 2005 03:10:11 +0000 (03:10 +0000)]
* set NKF_RELEASE_DATE as 2005-02-02
* add help about --x0212

19 years ago* fix: after UTF-8 string in Q-encoding, can't decode MIME Encode
NARUSE, Yui [Thu, 3 Feb 2005 02:52:31 +0000 (02:52 +0000)]
* fix: after UTF-8 string in Q-encoding, can't decode MIME Encode

19 years ago* (reinit): should initialize all static variables. [ruby-list:40445]
NARUSE, Yui [Mon, 24 Jan 2005 17:19:34 +0000 (17:19 +0000)]
* (reinit): should initialize all static variables. [ruby-list:40445]

19 years ago* fix mime_out tests
NARUSE, Yui [Sun, 2 Jan 2005 14:46:25 +0000 (14:46 +0000)]
* fix mime_out tests

19 years ago* some improvements arround -M
NARUSE, Yui [Sun, 2 Jan 2005 14:46:01 +0000 (14:46 +0000)]
* some improvements arround -M
  (break lines at CR or NL without following SPACE)

19 years agolong option のバグ修正
Rei FURUKAWA [Sat, 1 Jan 2005 22:15:26 +0000 (22:15 +0000)]
long option のバグ修正

19 years ago* on -MQ control characters are now encoded
NARUSE, Yui [Sat, 1 Jan 2005 17:26:43 +0000 (17:26 +0000)]
* on -MQ control characters are now encoded
* on -MQ '=' and '?' and '_' are now encoded
* -MQ and -mQ process is now lossless

19 years agofix: on -MB each line has various number of letters.
NARUSE, Yui [Sat, 1 Jan 2005 02:19:43 +0000 (02:19 +0000)]
fix: on -MB each line has various number of letters.

19 years ago* fix: segment error happens on -M
NARUSE, Yui [Thu, 30 Dec 2004 06:04:23 +0000 (06:04 +0000)]
* fix: segment error happens on -M
* fix: -MB and -MQ don't work

19 years agoバイナリファイルを入力したときに落ちる問題の修正
Rei FURUKAWA [Fri, 24 Dec 2004 07:49:38 +0000 (07:49 +0000)]
バイナリファイルを入力したときに落ちる問題の修正

19 years ago--x0212 オプション追加
Rei FURUKAWA [Sat, 18 Dec 2004 19:33:53 +0000 (19:33 +0000)]
--x0212 オプション追加

19 years agochange release date
NARUSE, Yui [Wed, 1 Dec 2004 13:18:04 +0000 (13:18 +0000)]
change release date

19 years ago* set default --cp932inv
NARUSE, Yui [Wed, 1 Dec 2004 10:59:28 +0000 (10:59 +0000)]
* set default --cp932inv
* add option --cp932

19 years ago* comment out routines which remove line breaks before SPACE
NARUSE, Yui [Wed, 1 Dec 2004 07:33:10 +0000 (07:33 +0000)]
* comment out routines which remove line breaks before SPACE

19 years ago行頭が space のときに前の改行が消えてしまうのを修正
Rei FURUKAWA [Sun, 21 Nov 2004 09:57:24 +0000 (09:57 +0000)]
行頭が space のときに前の改行が消えてしまうのを修正

19 years agoreinit で mimeout_buf_count をリセット
Rei FURUKAWA [Sun, 21 Nov 2004 09:46:53 +0000 (09:46 +0000)]
reinit で mimeout_buf_count をリセット

19 years agousage の % を %% に修正
Rei FURUKAWA [Sun, 21 Nov 2004 08:30:26 +0000 (08:30 +0000)]
usage の % を %% に修正

19 years ago--numchar-input で文字化けするバグの修正
Rei FURUKAWA [Sat, 20 Nov 2004 17:14:44 +0000 (17:14 +0000)]
--numchar-input で文字化けするバグの修正

19 years ago* add test (mime_out2).
NARUSE, Yui [Sat, 20 Nov 2004 00:27:39 +0000 (00:27 +0000)]
* add test (mime_out2).
* change some tests for mime encode/decode.

19 years ago* improve mime encode
NARUSE, Yui [Sat, 20 Nov 2004 00:18:43 +0000 (00:18 +0000)]
* improve mime encode

19 years ago* fix mime decode around linear-white-space of RFC2047
NARUSE, Yui [Mon, 15 Nov 2004 23:44:49 +0000 (23:44 +0000)]
* fix mime decode around linear-white-space of RFC2047

19 years agofix bug: can't parse long-name options from ruby nkf module
NARUSE, Yui [Tue, 9 Nov 2004 22:08:39 +0000 (22:08 +0000)]
fix bug: can't parse long-name options from ruby nkf module

19 years ago* add help about --cp932inv
NARUSE, Yui [Mon, 8 Nov 2004 23:15:14 +0000 (23:15 +0000)]
* add help about --cp932inv
* change version info

19 years ago* add document about --cp932inv
NARUSE, Yui [Mon, 8 Nov 2004 22:58:18 +0000 (22:58 +0000)]
* add document about --cp932inv
* remove duplicated person

19 years ago* add cp932 tests
NARUSE, Yui [Mon, 8 Nov 2004 22:54:17 +0000 (22:54 +0000)]
* add cp932 tests
* modify mime test

19 years agos/chop/chomp/g
NARUSE, Yui [Mon, 8 Nov 2004 22:52:17 +0000 (22:52 +0000)]
s/chop/chomp/g

19 years agoadd binmode
NARUSE, Yui [Mon, 8 Nov 2004 22:42:30 +0000 (22:42 +0000)]
add binmode

19 years agomake sure reinit.
NARUSE, Yui [Sat, 6 Nov 2004 04:39:31 +0000 (04:39 +0000)]
make sure reinit.

19 years agoadd binmode and some changes.
NARUSE, Yui [Sat, 6 Nov 2004 04:34:49 +0000 (04:34 +0000)]
add binmode and some changes.

19 years agoDescribe about some long options.
NARUSE, Yui [Fri, 5 Nov 2004 18:27:25 +0000 (18:27 +0000)]
Describe about some long options.

19 years agoUpdate help.
NARUSE, Yui [Fri, 5 Nov 2004 18:26:36 +0000 (18:26 +0000)]
Update help.

19 years agoadd tests for Microsoft UCS Mapping Compatible
NARUSE, Yui [Fri, 5 Nov 2004 15:39:32 +0000 (15:39 +0000)]
add tests for Microsoft UCS Mapping Compatible

19 years agoadd tables for Microsoft UCS Mapping Compatibile
NARUSE, Yui [Fri, 5 Nov 2004 15:39:02 +0000 (15:39 +0000)]
add tables for Microsoft UCS Mapping Compatibile

19 years agoadd Microsoft UCS Mapping Compatible Option
NARUSE, Yui [Fri, 5 Nov 2004 15:38:15 +0000 (15:38 +0000)]
add Microsoft UCS Mapping Compatible Option

19 years agoadd some tests for Unicode
NARUSE, Yui [Thu, 4 Nov 2004 11:47:37 +0000 (11:47 +0000)]
add some tests for Unicode

19 years ago* add some Unicode I/O options
NARUSE, Yui [Thu, 4 Nov 2004 11:44:52 +0000 (11:44 +0000)]
* add some Unicode I/O options
* rename UTF16_INPUT to UTF16LE_INPUT
* rename w_oconv16_begin_f to unicode_bom_f

19 years ago*** empty log message ***
Rei FURUKAWA [Tue, 2 Nov 2004 06:07:34 +0000 (06:07 +0000)]
*** empty log message ***

19 years agopatch from ruby
Rei FURUKAWA [Tue, 2 Nov 2004 06:05:50 +0000 (06:05 +0000)]
patch from ruby

19 years agobug fix
Rei FURUKAWA [Thu, 7 Oct 2004 03:56:01 +0000 (03:56 +0000)]
bug fix

19 years ago--guess オプションなど
Rei FURUKAWA [Mon, 31 May 2004 15:39:35 +0000 (15:39 +0000)]
--guess オプションなど

19 years ago--cp932inv のためのテーブル
Rei FURUKAWA [Mon, 31 May 2004 15:38:52 +0000 (15:38 +0000)]
--cp932inv のためのテーブル

20 years agotypo の修正
Rei FURUKAWA [Wed, 21 Apr 2004 23:18:31 +0000 (23:18 +0000)]
typo の修正

20 years agosection が間違っていたのを修正
Rei FURUKAWA [Sat, 7 Feb 2004 08:18:42 +0000 (08:18 +0000)]
section が間違っていたのを修正

20 years agoSEKINE Tatsuo さんのパッチをもとに .nf 〜 .fi および .IP マクロを修正
Rei FURUKAWA [Sat, 7 Feb 2004 07:51:37 +0000 (07:51 +0000)]
SEKINE Tatsuo さんのパッチをもとに .nf 〜 .fi および .IP マクロを修正

20 years agoバージョン変更
Rei FURUKAWA [Fri, 2 Jan 2004 15:09:04 +0000 (15:09 +0000)]
バージョン変更

20 years agoEXEC_IO をデフォルトでは無効化
Rei FURUKAWA [Fri, 2 Jan 2004 14:59:09 +0000 (14:59 +0000)]
EXEC_IO をデフォルトでは無効化

20 years agoバージョン変更
Rei FURUKAWA [Fri, 2 Jan 2004 14:57:36 +0000 (14:57 +0000)]
バージョン変更

20 years agoESC 'N' または ESC 'n' の後の文字によっては、ゴミが出力されていたのを修正
Rei FURUKAWA [Fri, 26 Dec 2003 06:09:59 +0000 (06:09 +0000)]
ESC 'N' または ESC 'n' の後の文字によっては、ゴミが出力されていたのを修正

20 years ago*** empty log message ***
Rei FURUKAWA [Sun, 30 Nov 2003 16:45:25 +0000 (16:45 +0000)]
*** empty log message ***

20 years agoスコアによる判定が、あまり機能していなかったのを修正
Rei FURUKAWA [Sat, 22 Nov 2003 01:20:03 +0000 (01:20 +0000)]
スコアによる判定が、あまり機能していなかったのを修正
第2水準漢字の優先度をちょっとだけ下げた

20 years ago--no-cp932 が効いていなかったのを修正
Rei FURUKAWA [Sat, 8 Nov 2003 09:23:28 +0000 (09:23 +0000)]
--no-cp932 が効いていなかったのを修正

20 years ago--no-cp932 が効いていなかったのを修正
Rei FURUKAWA [Mon, 3 Nov 2003 12:32:52 +0000 (12:32 +0000)]
--no-cp932 が効いていなかったのを修正

20 years agoMIME の値を優先するようにした
Rei FURUKAWA [Tue, 21 Oct 2003 01:36:35 +0000 (01:36 +0000)]
MIME の値を優先するようにした

20 years agoinputcode の初期化
Rei FURUKAWA [Sat, 18 Oct 2003 21:01:38 +0000 (21:01 +0000)]
inputcode の初期化

20 years agoinputcode の初期化
Rei FURUKAWA [Fri, 17 Oct 2003 00:48:37 +0000 (00:48 +0000)]
inputcode の初期化