OSDN Git Service

nkf/nkf.git
12 years agoRemove duplicated doc for -l [nkf-bug#26253]
NARUSE, Yui [Thu, 8 Sep 2011 11:46:47 +0000 (20:46 +0900)]
Remove duplicated doc for -l [nkf-bug#26253]

13 years agoFix type for character value.
NARUSE, Yui [Fri, 25 Mar 2011 03:09:59 +0000 (12:09 +0900)]
Fix type for character value.

13 years agoAdd test for Q-encoded UTF-8.
NARUSE, Yui [Sat, 8 Jan 2011 11:47:09 +0000 (20:47 +0900)]
Add test for Q-encoded UTF-8.

13 years agoFix: wrong decode function setting [nkf-bug:55125]
NARUSE, Yui [Sat, 8 Jan 2011 11:47:09 +0000 (20:47 +0900)]
Fix: wrong decode function setting [nkf-bug:55125]

Q-encoded UTF-8 was broken.

13 years agoDon't convert file encoding on packaging.
NARUSE, Yui [Wed, 15 Sep 2010 01:50:35 +0000 (10:50 +0900)]
Don't convert file encoding on packaging.

13 years agoFix test: test_data/ruby-dev:39722.
NARUSE, Yui [Wed, 15 Sep 2010 00:04:17 +0000 (09:04 +0900)]
Fix test: test_data/ruby-dev:39722.

Don't use non ASCII in nkf_test.pl.
[nkf-bug#23228]

13 years agoRelease 2.1.1.
NARUSE, Yui [Mon, 13 Sep 2010 02:23:11 +0000 (11:23 +0900)]
Release 2.1.1.

13 years agoFix type of mimeout_state.buf. [nkf-bug:20079]
NARUSE, Yui [Sun, 8 Aug 2010 13:56:31 +0000 (22:56 +0900)]
Fix type of mimeout_state.buf. [nkf-bug:20079]

It causes wrong cast.

13 years agoFix of nk32dll.c by va007219.
NARUSE, Yui [Sun, 1 Aug 2010 11:17:09 +0000 (20:17 +0900)]
Fix of nk32dll.c by va007219.

13 years agoCleaning warnings.
NARUSE, Yui [Fri, 21 May 2010 10:24:18 +0000 (19:24 +0900)]
Cleaning warnings.

Patched by Nobuyoshi Nakada.

13 years agoFix JISX0201 of eucJP-ms, eucJP-ascii and CP50220.
NARUSE, Yui [Wed, 28 Apr 2010 14:02:52 +0000 (23:02 +0900)]
Fix JISX0201 of eucJP-ms, eucJP-ascii and CP50220.

* eucJP-ms and eucJP-ascii should preserve Halfwidth Katakana.
  [nkf-forum:50320]

* CP50220 should convert Halfwidth Katakana.

14 years agoAdd alias MS_Kanji to Shift_JIS.
NARUSE, Yui [Sun, 18 Apr 2010 18:11:31 +0000 (03:11 +0900)]
Add alias MS_Kanji to Shift_JIS.

14 years agoFix documentation about MS_Kanji. [nkf-forum:50128]
NARUSE, Yui [Sun, 18 Apr 2010 18:00:48 +0000 (03:00 +0900)]
Fix documentation about MS_Kanji. [nkf-forum:50128]

14 years agoRefix [nkf-bug:21393]. (explicit -X)
NARUSE, Yui [Wed, 14 Apr 2010 00:20:25 +0000 (09:20 +0900)]
Refix [nkf-bug:21393]. (explicit -X)

patched by Anonymous person:
http://sourceforge.jp/ticket/browse.php?group_id=248&tid=21393

14 years agoFix: Windows Codepages wrongly convert Halfwidth Katakana. [nkf-bug:21393]
NARUSE, Yui [Tue, 13 Apr 2010 11:21:21 +0000 (20:21 +0900)]
Fix: Windows Codepages wrongly convert Halfwidth Katakana. [nkf-bug:21393]

14 years agoFix don't break line in ASCII. [nkf-forum:48850]
NARUSE, Yui [Sun, 14 Mar 2010 16:56:29 +0000 (01:56 +0900)]
Fix don't break line in ASCII. [nkf-forum:48850]

14 years agoFix: UTF-16's BOM.
NARUSE, Yui [Fri, 12 Mar 2010 11:47:48 +0000 (20:47 +0900)]
Fix: UTF-16's BOM.

14 years agoFix allocating size.
NARUSE, Yui [Fri, 29 Jan 2010 01:17:04 +0000 (10:17 +0900)]
Fix allocating size.

bug in second previous commit.

14 years agoUnicode wraped char is broken in h_conv.
NARUSE, Yui [Sun, 24 Jan 2010 12:41:39 +0000 (21:41 +0900)]
Unicode wraped char is broken in h_conv.

14 years agofix: --numchar-input is broken. [nkf-forum:47943]
NARUSE, Yui [Sun, 24 Jan 2010 12:40:54 +0000 (21:40 +0900)]
fix: --numchar-input is broken. [nkf-forum:47943]

14 years agodefine NKF_H. [nkf-forum:47958]
NARUSE, Yui [Sat, 23 Jan 2010 16:24:21 +0000 (01:24 +0900)]
define NKF_H. [nkf-forum:47958]

14 years agoFix: didn't follow eolmode_f on MIME encode. [nkf-forum:47807]
NARUSE, Yui [Fri, 15 Jan 2010 03:06:10 +0000 (12:06 +0900)]
Fix: didn't follow eolmode_f on MIME encode. [nkf-forum:47807]

14 years agoJIS X 0201's MIME Encode default should be ISO-2022-JP B encoding. [nkf-bug:20079]
NARUSE, Yui [Thu, 7 Jan 2010 06:39:13 +0000 (15:39 +0900)]
JIS X 0201's MIME Encode default should be ISO-2022-JP B encoding. [nkf-bug:20079]

14 years agoAdd test for [nkf-forum:47334].
NARUSE, Yui [Thu, 7 Jan 2010 04:37:57 +0000 (13:37 +0900)]
Add test for [nkf-forum:47334].

14 years agoAdd test for [nkf-forum:47327].
NARUSE, Yui [Thu, 7 Jan 2010 04:34:18 +0000 (13:34 +0900)]
Add test for [nkf-forum:47327].

14 years agoCan't encode UTF16 string with surrogate pairs. [nkf-forum:47327]
NARUSE, Yui [Thu, 7 Jan 2010 04:28:25 +0000 (13:28 +0900)]
Can't encode UTF16 string with surrogate pairs. [nkf-forum:47327]

Call oconv in w_iconv16 and w_iconv32 to do finishing process.

14 years agoForce updating files.
NARUSE, Yui [Thu, 7 Jan 2010 04:24:09 +0000 (13:24 +0900)]
Force updating files.

14 years agoChange content of w_iconv16 and w_iconv32. [nkf-forum:47545]
NARUSE, Yui [Wed, 6 Jan 2010 04:12:21 +0000 (13:12 +0900)]
Change content of w_iconv16 and w_iconv32. [nkf-forum:47545]

14 years agoAdd more encoding name. [nkf-forum:47709]
NARUSE, Yui [Wed, 6 Jan 2010 04:00:38 +0000 (13:00 +0900)]
Add more encoding name. [nkf-forum:47709]

Support for locale in Solaris and HP-UX.

14 years agoFix: fail test on 16bit environment.
NARUSE Yui [Sat, 5 Dec 2009 05:34:07 +0000 (14:34 +0900)]
Fix: fail test on 16bit environment.

reported and patched by sava. [nkf-bug#19798]

14 years agoFix: LF between ISO-2022-JP causes broken output. [nkf-bug#19779]
NARUSE Yui [Thu, 3 Dec 2009 07:40:06 +0000 (16:40 +0900)]
Fix: LF between ISO-2022-JP causes broken output. [nkf-bug#19779]

reported by efialtes

14 years agoDon't MIME encode newline characters.
NARUSE Yui [Fri, 20 Nov 2009 05:15:48 +0000 (14:15 +0900)]
Don't MIME encode newline characters.

14 years agoTreat UTF_8 as non-japanese mode.
NARUSE Yui [Fri, 20 Nov 2009 05:14:20 +0000 (14:14 +0900)]
Treat UTF_8 as non-japanese mode.

14 years agoAllow output MIME encoded Unicode characters. [nkf-forum#46987]
NARUSE Yui [Thu, 19 Nov 2009 22:33:40 +0000 (07:33 +0900)]
Allow output MIME encoded Unicode characters. [nkf-forum#46987]

14 years agoFix: MIME encode ISO-2022-JP after US-ASCII is broken. [ruby-dev:39722]
NARUSE Yui [Thu, 19 Nov 2009 11:50:14 +0000 (20:50 +0900)]
Fix: MIME encode ISO-2022-JP after US-ASCII is broken. [ruby-dev:39722]

14 years agoRelease 2.1.0. v2_1_0
NARUSE Yui [Tue, 17 Nov 2009 00:31:43 +0000 (09:31 +0900)]
Release 2.1.0.

14 years agoFix: CRLF & Q-encode & softwrap breaks result.
NARUSE Yui [Wed, 21 Oct 2009 11:27:34 +0000 (20:27 +0900)]
Fix: CRLF & Q-encode & softwrap breaks result.

Reported and patched by efialtes.
http://sourceforge.jp/ticket/browse.php?group_id=248&tid=19254

14 years agoFix: CP932 doesn't imply -x.
NARUSE Yui [Thu, 3 Sep 2009 16:35:51 +0000 (01:35 +0900)]
Fix: CP932 doesn't imply -x.

http://pc12.2ch.net/test/read.cgi/unix/1005206241/244

14 years agoFix Makefile: PHONY install and add recursive mkdir. [#45482]
NARUSE Yui [Fri, 21 Aug 2009 12:45:10 +0000 (21:45 +0900)]
Fix Makefile: PHONY install and add recursive mkdir. [#45482]

14 years agoOutput \e in SJIS and UTF-8. [ruby-dev:39120]
NARUSE Yui [Thu, 20 Aug 2009 23:46:26 +0000 (08:46 +0900)]
Output \e in SJIS and UTF-8. [ruby-dev:39120]

14 years agoFix: -Zx always implies -Z0. [nkf-forum:45244]
NARUSE Yui [Mon, 3 Aug 2009 18:05:57 +0000 (03:05 +0900)]
Fix: -Zx always implies -Z0. [nkf-forum:45244]

14 years agoFix typo: hirakana.
NARUSE Yui [Fri, 26 Jun 2009 08:17:38 +0000 (17:17 +0900)]
Fix typo: hirakana.

http://sourceforge.jp/forum/message.php?msg_id=44580

14 years agocp932inv_f is FALSE if output is ISO-2022-JP.
NARUSE Yui [Mon, 22 Jun 2009 20:32:56 +0000 (05:32 +0900)]
cp932inv_f is FALSE if output is ISO-2022-JP.

14 years agoSupport JIS X 0201 Katakana in 8bit JIS.
NARUSE Yui [Fri, 29 May 2009 17:30:33 +0000 (02:30 +0900)]
Support JIS X 0201 Katakana in 8bit JIS.

14 years agoChange default compile option to -g -O2.
NARUSE Yui [Fri, 29 May 2009 16:36:40 +0000 (01:36 +0900)]
Change default compile option to -g -O2.

15 years agoAdd test for 4byte UTF-8.
NARUSE, Yui [Sun, 26 Apr 2009 10:35:02 +0000 (19:35 +0900)]
Add test for 4byte UTF-8.

15 years agoFix: guess encoding of 4bytes UTF-8 is broken. [nkf-forum#43436]
NARUSE, Yui [Sun, 26 Apr 2009 10:28:49 +0000 (19:28 +0900)]
Fix: guess encoding of 4bytes UTF-8 is broken. [nkf-forum#43436]

15 years agoFix: Unicode scalar value to UTF-8 is broken on beyond the BMP.
NARUSE, Yui [Sun, 26 Apr 2009 09:20:20 +0000 (18:20 +0900)]
Fix: Unicode scalar value to UTF-8 is broken on beyond the BMP.

[nkf-forum#43436]

15 years agoFix typo. [ruby-core:23170]
NARUSE, Yui [Thu, 9 Apr 2009 06:30:11 +0000 (15:30 +0900)]
Fix typo. [ruby-core:23170]

15 years agoAdd tests for UTF.
NARUSE, Yui [Sat, 21 Feb 2009 06:51:20 +0000 (15:51 +0900)]
Add tests for UTF.

15 years agoFix: doesn't put BOM on UTF-32.
NARUSE, Yui [Sat, 21 Feb 2009 06:50:53 +0000 (15:50 +0900)]
Fix: doesn't put BOM on UTF-32.

15 years agoFix: can't guess UTF-16 and UTF-32.
NARUSE, Yui [Sat, 21 Feb 2009 06:12:55 +0000 (15:12 +0900)]
Fix: can't guess UTF-16 and UTF-32.

http://pc11.2ch.net/test/read.cgi/unix/1005206241/240

15 years agoFix: -Z1 and -Z2 doesn't include -Z0. [nkf-forum#41992]
NARUSE, Yui [Thu, 19 Feb 2009 21:21:01 +0000 (06:21 +0900)]
Fix: -Z1 and -Z2 doesn't include -Z0. [nkf-forum#41992]

15 years agoIncrement version number.
NARUSE, Yui [Sun, 1 Feb 2009 11:50:41 +0000 (20:50 +0900)]
Increment version number.

15 years agoFix typo.
NARUSE, Yui [Sun, 1 Feb 2009 11:48:29 +0000 (20:48 +0900)]
Fix typo.

15 years agoFix: build failure of nkf32.dll. [#41578] [#41580]
NARUSE, Yui [Sun, 1 Feb 2009 11:43:05 +0000 (20:43 +0900)]
Fix: build failure of nkf32.dll. [#41578] [#41580]

15 years agoAdd NKF.mod files.
NARUSE, Yui [Wed, 21 Jan 2009 18:34:09 +0000 (03:34 +0900)]
Add NKF.mod files.

15 years agoFix: can't run test.
NARUSE, Yui [Wed, 21 Jan 2009 18:33:41 +0000 (03:33 +0900)]
Fix: can't run test.

15 years agoFix: redefinition of macro SP (workarround).
NARUSE, Yui [Wed, 21 Jan 2009 18:32:33 +0000 (03:32 +0900)]
Fix: redefinition of macro SP (workarround).

15 years agoNKF.xs must follow nkf.c doesn't have WISH_TRUE AND NO_X0201.
NARUSE, Yui [Wed, 21 Jan 2009 15:40:49 +0000 (00:40 +0900)]
NKF.xs must follow nkf.c doesn't have WISH_TRUE AND NO_X0201.

fixed by obache [sf.jp#14731]

15 years agoUpdate --help. v2_0_9
NARUSE, Yui [Tue, 20 Jan 2009 08:34:56 +0000 (17:34 +0900)]
Update --help.

15 years agoAdd target install.
NARUSE, Yui [Tue, 20 Jan 2009 04:36:40 +0000 (13:36 +0900)]
Add target install.

15 years agoUpdate documents.
NARUSE, Yui [Tue, 20 Jan 2009 04:36:20 +0000 (13:36 +0900)]
Update documents.

15 years agoImported following change from ruby.
NARUSE, Yui [Tue, 20 Jan 2009 01:23:05 +0000 (10:23 +0900)]
Imported following change from ruby.

r21679 | usa | 2009-01-20 09:27:17 +0900 (Tue, 20 Jan 2009) | 5 lines

        * ext/nkf/nkf-utf8/nkf.c (nkf_buf_push): maybe a bug.

        * ext/nkf/nkf-utf8/nkf.c (options): no need to support help
          option.

15 years agoRelease 2.0.9.
NARUSE, Yui [Mon, 19 Jan 2009 18:49:11 +0000 (03:49 +0900)]
Release 2.0.9.

15 years agoUpdate document.
NARUSE, Yui [Mon, 19 Jan 2009 12:42:01 +0000 (21:42 +0900)]
Update document.

15 years agoEdit help message.
NARUSE, Yui [Mon, 19 Jan 2009 12:35:03 +0000 (21:35 +0900)]
Edit help message.

15 years agoUpdate document and help.
NARUSE, Yui [Mon, 19 Jan 2009 07:36:39 +0000 (16:36 +0900)]
Update document and help.

15 years ago-s means Shift_JIS not Windows-31J. (revert to 2.0.8)
NARUSE, Yui [Mon, 19 Jan 2009 02:22:03 +0000 (11:22 +0900)]
-s means Shift_JIS not Windows-31J. (revert to 2.0.8)

15 years agoChange to zlib license.
NARUSE, Yui [Mon, 19 Jan 2009 02:20:16 +0000 (11:20 +0900)]
Change to zlib license.

15 years agoAdd *.swp.
NARUSE, Yui [Tue, 6 Jan 2009 01:09:01 +0000 (10:09 +0900)]
Add *.swp.

15 years agoUse nkf_state->nfc_buf.
NARUSE, Yui [Tue, 6 Jan 2009 01:03:51 +0000 (10:03 +0900)]
Use nkf_state->nfc_buf.

15 years agoUse nkf_isblank and nkf_isspace.
NARUSE, Yui [Tue, 6 Jan 2009 00:42:46 +0000 (09:42 +0900)]
Use nkf_isblank and nkf_isspace.

15 years agoMove mimeout_state.state to nkf_state->mimeout_state.
NARUSE, Yui [Tue, 6 Jan 2009 00:22:25 +0000 (09:22 +0900)]
Move mimeout_state.state to nkf_state->mimeout_state.

15 years agoIntroduce nkf_state.
NARUSE, Yui [Mon, 5 Jan 2009 11:22:17 +0000 (20:22 +0900)]
Introduce nkf_state.

* std_gc_buf: use nkf_state->std_gc_buf.

* broken_buf: use nkf_state->broken_buf.

15 years agoChange to MIT License.
NARUSE, Yui [Mon, 5 Jan 2009 03:23:20 +0000 (12:23 +0900)]
Change to MIT License.

15 years ago* add -pedantic.
NARUSE, Yui [Mon, 5 Jan 2009 01:44:06 +0000 (10:44 +0900)]
* add -pedantic.

15 years ago* rename nkf_ary to nkf_buf_t.
NARUSE, Yui [Mon, 5 Jan 2009 01:41:50 +0000 (10:41 +0900)]
* rename nkf_ary to nkf_buf_t.

15 years ago* rename nkf_malloc to nkf_xmalloc.
NARUSE, Yui [Sun, 4 Jan 2009 05:48:26 +0000 (14:48 +0900)]
* rename nkf_malloc to nkf_xmalloc.

15 years agoIgnore generated files.
NARUSE, Yui [Thu, 25 Dec 2008 01:57:59 +0000 (10:57 +0900)]
Ignore generated files.

15 years agoWorkarround fix for a long boundary of MIME encode.
NARUSE, Yui [Thu, 25 Dec 2008 01:53:20 +0000 (10:53 +0900)]
Workarround fix for a long boundary of MIME encode.

15 years agoUpdate documents.
NARUSE, Yui [Thu, 25 Dec 2008 01:50:41 +0000 (10:50 +0900)]
Update documents.

15 years agoFix previous test.
NARUSE, Yui [Wed, 19 Nov 2008 06:43:19 +0000 (06:43 +0000)]
Fix previous test.

15 years agoAdd test for guess UTF8_STR_OF_JIS_SECOND_LEVEL_KANJI.
NARUSE, Yui [Wed, 19 Nov 2008 06:40:32 +0000 (06:40 +0000)]
Add test for guess UTF8_STR_OF_JIS_SECOND_LEVEL_KANJI.
patched by kyowa_t at kakaku.com [ruby-list:45633]

15 years ago* update documents.
NARUSE, Yui [Mon, 10 Nov 2008 09:22:20 +0000 (09:22 +0000)]
* update documents.

15 years ago* Fix memory leak.
NARUSE, Yui [Mon, 10 Nov 2008 08:09:22 +0000 (08:09 +0000)]
* Fix memory leak.

15 years ago* use nkf_malloc.
NARUSE, Yui [Mon, 10 Nov 2008 06:10:04 +0000 (06:10 +0000)]
* use nkf_malloc.

15 years ago* refix previous change.
NARUSE, Yui [Mon, 10 Nov 2008 05:34:04 +0000 (05:34 +0000)]
* refix previous change.

15 years ago* Fix: nkc for UTF8-MAC.
NARUSE, Yui [Mon, 10 Nov 2008 03:28:52 +0000 (03:28 +0000)]
* Fix: nkc for UTF8-MAC.

15 years ago* update release date.
NARUSE, Yui [Fri, 7 Nov 2008 11:43:43 +0000 (11:43 +0000)]
* update release date.

15 years agoPatch by sava. [nkf-patch#13930]
NARUSE, Yui [Fri, 7 Nov 2008 11:37:21 +0000 (11:37 +0000)]
Patch by sava. [nkf-patch#13930]
* replace int type with nkf_char.
* remove duplicate NKF_INT32_C.
* use APIs for getting locales on OS/2.
* nkf_default_encoding returns UTF-8 if no locale encoding.
* definitions for (Open) Watcom.
* add DEFAULT_CODE_WINDOWS_31J.
* pointers can't be negative.

15 years ago* nkf.c (kanji_convert): output unicode chars. [ruby-dev:36957]
NARUSE, Yui [Tue, 28 Oct 2008 23:26:31 +0000 (23:26 +0000)]
* nkf.c (kanji_convert): output unicode chars. [ruby-dev:36957]

15 years ago* nkf.c (numchar_getc): increase buffer size.
NARUSE, Yui [Tue, 28 Oct 2008 22:42:25 +0000 (22:42 +0000)]
* nkf.c (numchar_getc): increase buffer size.
  reported and patched at [ruby-dev:36957] by mame.

15 years ago* Fix: NkfConvert isn't reentrant. patched by VA007219.
NARUSE, Yui [Sat, 25 Oct 2008 15:28:08 +0000 (15:28 +0000)]
* Fix: NkfConvert isn't reentrant. patched by VA007219.

15 years ago* update nkf32.dll.
NARUSE, Yui [Thu, 23 Oct 2008 03:27:57 +0000 (03:27 +0000)]
* update nkf32.dll.

15 years ago* update date.
NARUSE, Yui [Sun, 19 Oct 2008 18:33:43 +0000 (18:33 +0000)]
* update date.

15 years ago* fix locale charset on Windows.
NARUSE, Yui [Sun, 19 Oct 2008 18:32:59 +0000 (18:32 +0000)]
* fix locale charset on Windows.

15 years ago* merge constify by nobu.
NARUSE, Yui [Sat, 4 Oct 2008 19:15:10 +0000 (19:15 +0000)]
* merge constify by nobu.

15 years ago* fix memory violation. mentioned by mame [ruby-dev:36373]
NARUSE, Yui [Fri, 19 Sep 2008 03:40:48 +0000 (03:40 +0000)]
* fix memory violation. mentioned by mame [ruby-dev:36373]

15 years ago* fix Input UTF-16LE.
NARUSE, Yui [Tue, 8 Jul 2008 18:34:08 +0000 (18:34 +0000)]
* fix Input UTF-16LE.