OSDN Git Service

nkf/nkf.git
16 years ago* s/nextline/newline/g.
NARUSE, Yui [Sun, 18 Nov 2007 21:05:18 +0000 (21:05 +0000)]
* s/nextline/newline/g.
* define MIME_DECODE_DEFAULT.

16 years ago* Fix: mime encode document.
NARUSE, Yui [Tue, 6 Nov 2007 21:12:09 +0000 (21:12 +0000)]
* Fix: mime encode document.

16 years ago* Fix: mime_encode test.
NARUSE, Yui [Tue, 6 Nov 2007 21:10:48 +0000 (21:10 +0000)]
* Fix: mime_encode test.

16 years ago* nkf_noescape_mime(): Add '(' and ')'.
NARUSE, Yui [Tue, 6 Nov 2007 21:09:44 +0000 (21:09 +0000)]
* nkf_noescape_mime(): Add '(' and ')'.
* more fixes arround mime encode.

16 years ago* More improvement for mime encode.
NARUSE, Yui [Sat, 3 Nov 2007 17:02:49 +0000 (17:02 +0000)]
* More improvement for mime encode.

16 years ago* Support RFC3548 (Base 64 Encoding with URL and Filename Safe Alphabet).
NARUSE, Yui [Sat, 3 Nov 2007 07:13:21 +0000 (07:13 +0000)]
* Support RFC3548 (Base 64 Encoding with URL and Filename Safe Alphabet).

16 years ago* Remove itoh4().
NARUSE, Yui [Sat, 3 Nov 2007 06:40:15 +0000 (06:40 +0000)]
* Remove itoh4().

16 years ago* Fix: wordwrap for mime encode. [nkf-bugs#11329]
NARUSE, Yui [Sat, 3 Nov 2007 05:17:35 +0000 (05:17 +0000)]
* Fix: wordwrap for mime encode. [nkf-bugs#11329]

16 years ago* Add -g=0, -g=1, --guess=0, --guess=1.
NARUSE, Yui [Thu, 11 Oct 2007 04:35:39 +0000 (04:35 +0000)]
* Add -g=0, -g=1, --guess=0, --guess=1.

* Remove next line information from --guess output.

* Fix test for next line.

16 years ago* Ignore options when they were given with guess option.
NARUSE, Yui [Fri, 5 Oct 2007 19:57:50 +0000 (19:57 +0000)]
* Ignore options when they were given with guess option.

* Show "+" after encoding when input includes extended characters.

16 years ago* Fixed test for -Z4.
NARUSE, Yui [Fri, 5 Oct 2007 13:48:25 +0000 (13:48 +0000)]
* Fixed test for -Z4.

16 years ago* Fixed input_nextline is int.
NARUSE, Yui [Tue, 2 Oct 2007 17:41:03 +0000 (17:41 +0000)]
* Fixed input_nextline is int.

16 years ago* Revert default C Compiler.
NARUSE, Yui [Tue, 2 Oct 2007 17:38:24 +0000 (17:38 +0000)]
* Revert default C Compiler.

16 years ago* Fixed guess next line when multiple file input. [Nkf-dev 46]
NARUSE, Yui [Tue, 2 Oct 2007 17:37:46 +0000 (17:37 +0000)]
* Fixed guess next line when multiple file input. [Nkf-dev 46]

16 years ago* Remove variable is_inputcode_mixed.
NARUSE, Yui [Tue, 2 Oct 2007 06:52:14 +0000 (06:52 +0000)]
* Remove variable is_inputcode_mixed.

16 years ago* Add tests for Next line convertion.
NARUSE, Yui [Tue, 2 Oct 2007 06:39:39 +0000 (06:39 +0000)]
* Add tests for Next line convertion.

16 years ago* Add command_tests().
NARUSE, Yui [Tue, 2 Oct 2007 06:39:08 +0000 (06:39 +0000)]
* Add command_tests().

16 years ago* Fixed: Guess Next line broken. [Nkf-dev 44]
NARUSE, Yui [Tue, 2 Oct 2007 04:55:25 +0000 (04:55 +0000)]
* Fixed: Guess Next line broken. [Nkf-dev 44]
  reported by Motoyuki Kasahara.

* Add tests for Guess Next line.

16 years ago* Remove extra space.
NARUSE, Yui [Mon, 1 Oct 2007 23:29:21 +0000 (23:29 +0000)]
* Remove extra space.
* Move Acknowledge.

16 years ago* Remove variable is_incputcode_set.
NARUSE, Yui [Mon, 1 Oct 2007 23:18:43 +0000 (23:18 +0000)]
* Remove variable is_incputcode_set.

16 years ago* Rename cr_conv to nl_conv, o_crconv to o_nlconv, crmode_f to nlmode_f,
NARUSE, Yui [Mon, 1 Oct 2007 21:37:58 +0000 (21:37 +0000)]
* Rename cr_conv to nl_conv, o_crconv to o_nlconv, crmode_f to nlmode_f,
  Constant NL to LF.

16 years ago* Fix: CRLF
NARUSE, Yui [Wed, 19 Sep 2007 22:06:23 +0000 (22:06 +0000)]
* Fix: CRLF

16 years ago* Fix: Some characters are confused with Halfwidth Voice Mark.
NARUSE, Yui [Wed, 19 Sep 2007 22:03:15 +0000 (22:03 +0000)]
* Fix: Some characters are confused with Halfwidth Voice Mark.
  [forum#32394]

16 years ago* some code maintenance.
NARUSE, Yui [Wed, 19 Sep 2007 20:51:55 +0000 (20:51 +0000)]
* some code maintenance.

16 years ago* Add characters to -Z4.
NARUSE, Yui [Wed, 12 Sep 2007 13:56:53 +0000 (13:56 +0000)]
* Add characters to -Z4.

* Add test for -Z4.

16 years ago* Add option -Z4: Convert JIS X 0208 Katakana to JIS X 0201 Katakana.
NARUSE, Yui [Fri, 31 Aug 2007 23:06:08 +0000 (23:06 +0000)]
* Add option -Z4: Convert JIS X 0208 Katakana to JIS X 0201 Katakana.

16 years ago* ReFix: forum15899.
NARUSE, Yui [Thu, 30 Aug 2007 15:02:28 +0000 (15:02 +0000)]
* ReFix: forum15899.

* Fix: Spaces aren't preserved. [nkf-bugs#10904]

16 years ago* Fix: mime encode extra NL + SPACE.
NARUSE, Yui [Thu, 23 Aug 2007 06:37:35 +0000 (06:37 +0000)]
* Fix: mime encode extra NL + SPACE.

16 years ago* Fix typo: "Endien" -> "Endian" [ nkf-Bugs-10833 ]
NARUSE, Yui [Fri, 10 Aug 2007 00:07:09 +0000 (00:07 +0000)]
* Fix typo: "Endien" -> "Endian" [ nkf-Bugs-10833 ]

16 years ago* Update documents [ nkf-Patches-10818 ]
NARUSE, Yui [Wed, 8 Aug 2007 00:55:19 +0000 (00:55 +0000)]
* Update documents [ nkf-Patches-10818 ]

* -E no longer accepts JIS text. [ nkf-Bugs-10820 ]

16 years ago* SetNkfOption(LPCSTR optStr) -> SetNkfOption(LPSTR optStr)
NARUSE, Yui [Wed, 25 Jul 2007 19:13:07 +0000 (19:13 +0000)]
* SetNkfOption(LPCSTR optStr) -> SetNkfOption(LPSTR optStr)

16 years ago* Remove copying exe and dll other folder.
NARUSE, Yui [Wed, 25 Jul 2007 19:12:37 +0000 (19:12 +0000)]
* Remove copying exe and dll other folder.

* Fix: /LD not needed

16 years ago* Fix comments.
NARUSE, Yui [Wed, 25 Jul 2007 00:12:44 +0000 (00:12 +0000)]
* Fix comments.

16 years ago* Fix versions.
NARUSE, Yui [Wed, 25 Jul 2007 00:12:30 +0000 (00:12 +0000)]
* Fix versions.

16 years ago* Update version.
NARUSE, Yui [Fri, 20 Jul 2007 05:17:08 +0000 (05:17 +0000)]
* Update version.

16 years ago* Fix: -L* doesn't work.
NARUSE, Yui [Fri, 20 Jul 2007 05:08:29 +0000 (05:08 +0000)]
* Fix: -L* doesn't work.

16 years ago* Fix: nkf32.dll can't build.
NARUSE, Yui [Thu, 19 Jul 2007 10:10:03 +0000 (10:10 +0000)]
* Fix: nkf32.dll can't build.

16 years ago* Fix: nkf32.dll can't build
NARUSE, Yui [Thu, 19 Jul 2007 10:05:34 +0000 (10:05 +0000)]
* Fix: nkf32.dll can't build

16 years ago* Update Copyright. v2_0_8
NARUSE, Yui [Mon, 9 Jul 2007 18:11:57 +0000 (18:11 +0000)]
* Update Copyright.

16 years ago* nkf.c(kanji_convert): Fix guess fallback.
NARUSE, Yui [Tue, 5 Jun 2007 08:58:17 +0000 (08:58 +0000)]
* nkf.c(kanji_convert): Fix guess fallback.

16 years ago* Support CP10001 (Microsoft's MacJapanese).
NARUSE, Yui [Tue, 29 May 2007 00:12:13 +0000 (00:12 +0000)]
* Support CP10001 (Microsoft's MacJapanese).

16 years ago* show line-break code when nkf --guess.
NARUSE, Yui [Mon, 28 May 2007 05:31:01 +0000 (05:31 +0000)]
* show line-break code when nkf --guess.

17 years ago* Fix: insert SPACE at newlines when MIME encode folding
NARUSE, Yui [Thu, 15 Mar 2007 14:38:59 +0000 (14:38 +0000)]
* Fix: insert SPACE at newlines when MIME encode folding

17 years ago* Fix: extra next line of MIME encode result [nkf-bugs#9872]
NARUSE, Yui [Wed, 14 Mar 2007 03:52:16 +0000 (03:52 +0000)]
* Fix: extra next line of MIME encode result [nkf-bugs#9872]

17 years ago* Fix: Can't decode MIME encode JIS strings.
NARUSE, Yui [Sun, 28 Jan 2007 15:30:05 +0000 (15:30 +0000)]
* Fix: Can't decode MIME encode JIS strings.
  http://pc10.2ch.net/test/read.cgi/unix/1005206241/189

17 years ago* Fix: other fixes arround cp932 encodings.
NARUSE, Yui [Sun, 12 Nov 2006 05:33:56 +0000 (05:33 +0000)]
* Fix: other fixes arround cp932 encodings.
  by MORIYAMA Masayuki
  Message-ID: <454ED961.9070808@miraclelinux.com>

17 years ago* Fix: Fullwidth-Halfwidth conversion.
NARUSE, Yui [Fri, 10 Nov 2006 18:45:39 +0000 (18:45 +0000)]
* Fix: Fullwidth-Halfwidth conversion.
  by MORIYAMA Masayuki
  Message-ID: <454ED961.9070808@miraclelinux.com>

17 years ago* Fix: can't output Shift_JIS UDC.
NARUSE, Yui [Sat, 4 Nov 2006 23:35:25 +0000 (23:35 +0000)]
* Fix: can't output Shift_JIS UDC.

17 years ago* Support input NTT DoCoMo's emoji in Shift_JIS
NARUSE, Yui [Sat, 4 Nov 2006 05:14:43 +0000 (05:14 +0000)]
* Support input NTT DoCoMo's emoji in Shift_JIS
* Support input J-PHONE's  emoji in Shift_JIS

17 years ago* Add support for CP932, CP5022x, eucJP-ms User Defined Characters.
NARUSE, Yui [Sat, 4 Nov 2006 05:06:15 +0000 (05:06 +0000)]
* Add support for CP932, CP5022x, eucJP-ms User Defined Characters.

17 years agoFix bugs repoted in [ruby-dev:29719].
NARUSE, Yui [Wed, 1 Nov 2006 03:31:49 +0000 (03:31 +0000)]
Fix bugs repoted in [ruby-dev:29719].
* skip octets which can't be converted to Unicode.
* set x0201_f not in --ic but in --oc.

17 years ago*** empty log message ***
Shinji Kono [Mon, 23 Oct 2006 17:56:07 +0000 (17:56 +0000)]
*** empty log message ***

17 years ago* Fix: nkf returns success even if some files can't read.
NARUSE, Yui [Fri, 13 Oct 2006 01:41:25 +0000 (01:41 +0000)]
* Fix: nkf returns success even if some files can't read.
  [nkf-bugs#9049] patch by tek

17 years ago* Refix: Continue conversion when nkf can't read a file in multiple files
NARUSE, Yui [Thu, 12 Oct 2006 01:59:31 +0000 (01:59 +0000)]
* Refix: Continue conversion when nkf can't read a file in multiple files
  [nkf-bugs#9049] patch by tek

17 years ago* remove CR
NARUSE, Yui [Sun, 8 Oct 2006 12:02:34 +0000 (12:02 +0000)]
* remove CR
* Continue conversion when nkf can't read a file in multiple files

17 years ago* EOF problem
NARUSE, Yui [Fri, 15 Sep 2006 20:04:36 +0000 (20:04 +0000)]
* EOF problem

17 years ago* Fix: check_bom cuts \xfe\xff\xXX\xXX of UTF-32
NARUSE, Yui [Fri, 15 Sep 2006 18:05:45 +0000 (18:05 +0000)]
* Fix: check_bom cuts \xfe\xff\xXX\xXX of UTF-32

17 years ago* Fix: can't guess UTF-16 and UTF-32
NARUSE, Yui [Fri, 15 Sep 2006 17:06:14 +0000 (17:06 +0000)]
* Fix: can't guess UTF-16 and UTF-32

17 years ago* Add support --ic=UTF-32
NARUSE, Yui [Fri, 15 Sep 2006 16:23:20 +0000 (16:23 +0000)]
* Add support --ic=UTF-32
* Fix: can't guess UTF-16 and UTF-32
* Fix: can't decode beyond BMP of UTF-16LE

17 years ago* Add support Unicode 0x10000-0x10FFFF
NARUSE, Yui [Fri, 15 Sep 2006 04:30:03 +0000 (04:30 +0000)]
* Add support Unicode 0x10000-0x10FFFF
* Add support UTF-32

17 years ago* Pass through SI/SO/ESC when input is EUC [nkf-dev#39]
NARUSE, Yui [Thu, 24 Aug 2006 02:30:32 +0000 (02:30 +0000)]
* Pass through SI/SO/ESC when input is EUC [nkf-dev#39]

17 years ago* NKF.mod/NKF.pm: fix document [nkf-bugs#8614]
NARUSE, Yui [Tue, 22 Aug 2006 14:37:30 +0000 (14:37 +0000)]
* NKF.mod/NKF.pm: fix document [nkf-bugs#8614]
* man/nkf.1j.pm: fix document [nkf-patches#8829]
* man/make_doc.sh: get version from NKF.pm, etc.

17 years ago* fix typo.
NARUSE, Yui [Sun, 30 Jul 2006 14:01:18 +0000 (14:01 +0000)]
* fix typo.

17 years ago* Fix: make clean remove nkf.exe [nkf-bug#8614]
NARUSE, Yui [Sun, 30 Jul 2006 13:59:01 +0000 (13:59 +0000)]
* Fix: make clean remove nkf.exe [nkf-bug#8614]

17 years agoUpdate document for nkf 2.0.7 v2_0_7
NARUSE, Yui [Tue, 13 Jun 2006 02:08:20 +0000 (02:08 +0000)]
Update document for nkf 2.0.7

17 years ago* Fix typo.
NARUSE, Yui [Tue, 13 Jun 2006 02:06:27 +0000 (02:06 +0000)]
* Fix typo.

17 years agoAdd files to genarate manuals.
NARUSE, Yui [Tue, 13 Jun 2006 01:53:07 +0000 (01:53 +0000)]
Add files to genarate manuals.

17 years agoUpdate document for nkf 2.0.7
NARUSE, Yui [Tue, 13 Jun 2006 01:51:36 +0000 (01:51 +0000)]
Update document for nkf 2.0.7

17 years ago* Add files for Win32 binary.
NARUSE, Yui [Tue, 13 Jun 2006 01:50:39 +0000 (01:50 +0000)]
* Add files for Win32 binary.

17 years agoMove changelog from nkf manual.
NARUSE, Yui [Tue, 13 Jun 2006 01:40:35 +0000 (01:40 +0000)]
Move changelog from nkf manual.

17 years ago* use macros some repeated routines.
NARUSE, Yui [Tue, 13 Jun 2006 01:34:42 +0000 (01:34 +0000)]
* use macros some repeated routines.
* allow UCS-4 output (input is not allowed yet)

17 years ago* nkf2-20060506-dos16.diff by lukewarm
NARUSE, Yui [Mon, 12 Jun 2006 16:04:33 +0000 (16:04 +0000)]
* nkf2-20060506-dos16.diff by lukewarm
  patch for 16bit compilers.
  http://d.hatena.ne.jp/lukewarm/20060520#p1

17 years ago* nkf2-20060506-dos16.diff by lukewarm
NARUSE, Yui [Sun, 11 Jun 2006 18:00:51 +0000 (18:00 +0000)]
* nkf2-20060506-dos16.diff by lukewarm
  patch for 16bit compilers.
  http://d.hatena.ne.jp/lukewarm/20060520#p1

17 years ago* -h converts Hiragana / Katakana Iteration Marks.
NARUSE, Yui [Sat, 6 May 2006 21:40:44 +0000 (21:40 +0000)]
* -h converts Hiragana / Katakana Iteration Marks.
* -h converts Hiragana / Katakana Letter VU.

17 years agoPatch by sava
NARUSE, Yui [Sat, 6 May 2006 20:55:07 +0000 (20:55 +0000)]
Patch by sava
https://sourceforge.jp/forum/message.php?msg_id=21695
* Support OpenWatcom: DOS (DOW/4GW), Windows, OS/2
* Support OS/2 (gcc 2.8.1 on EMX)
* Support djgpp

17 years ago* Add -t2 option which uses put_* functions.
NARUSE, Yui [Tue, 2 May 2006 04:51:31 +0000 (04:51 +0000)]
* Add -t2 option which uses put_* functions.

* Fix: MIME encode bug. [ruby-list:42053]

18 years ago* Modify and Add files for nkf.exe and nkf32.dll.
NARUSE, Yui [Mon, 17 Apr 2006 09:30:56 +0000 (09:30 +0000)]
* Modify and Add files for nkf.exe and nkf32.dll.
* Add new files.
  * nkf.mak
  * nkf32.c
  * nkf.h
  * version.rc
  * dll.rc
  * dll.def
* nkf32dll.c: update version and fix declaration of *fout.

18 years ago* Fix: Can't fallback cp51932 characters.
NARUSE, Yui [Sun, 2 Apr 2006 03:19:25 +0000 (03:19 +0000)]
* Fix: Can't fallback cp51932 characters.

18 years ago* Fix: Can't compile other than gcc.
NARUSE, Yui [Sun, 2 Apr 2006 01:29:01 +0000 (01:29 +0000)]
* Fix: Can't compile other than gcc.
* Fix: no-best-fit-chars.
* ANSI C Style.

18 years ago* Add document about codesets
NARUSE, Yui [Sun, 26 Mar 2006 22:13:58 +0000 (22:13 +0000)]
* Add document about codesets

18 years ago* Remove internal-unicode
NARUSE, Yui [Sun, 26 Mar 2006 22:10:41 +0000 (22:10 +0000)]
* Remove internal-unicode
* Add alias x-iso2022jp-cp932, CP50220, CP50221, CP50222, ISO-2022-JP-MS.
  (nkf doesn't complete these codesets yet)

18 years ago* update version string
NARUSE, Yui [Sun, 26 Mar 2006 21:52:25 +0000 (21:52 +0000)]
* update version string

18 years ago* Add codeset ISO-2022-JP-1, ISO-2022-P-3 v2_0_6_beta2
NARUSE, Yui [Fri, 24 Mar 2006 15:14:32 +0000 (15:14 +0000)]
* Add codeset ISO-2022-JP-1, ISO-2022-P-3
* Fix JIS X 0213 conversion

18 years ago* Add JIS X 0212 test.
NARUSE, Yui [Fri, 24 Mar 2006 15:12:11 +0000 (15:12 +0000)]
* Add JIS X 0212 test.
* Add JIS X 0213 (ISO-2022-3) test.

18 years ago* update document
NARUSE, Yui [Wed, 15 Mar 2006 20:57:09 +0000 (20:57 +0000)]
* update document

18 years ago* update version strings as 2.0.6
NARUSE, Yui [Wed, 15 Mar 2006 14:42:56 +0000 (14:42 +0000)]
* update version strings as 2.0.6

18 years ago* update document (--in-place and others)
NARUSE, Yui [Wed, 15 Mar 2006 14:26:38 +0000 (14:26 +0000)]
* update document (--in-place and others)

18 years ago* Add options --overwrite= --in-place --in-place=
NARUSE, Yui [Wed, 15 Mar 2006 00:55:58 +0000 (00:55 +0000)]
* Add options --overwrite=  --in-place --in-place=

18 years ago* Fix: SJIS-nkf and eucJP-nkf mapping.
NARUSE, Yui [Wed, 8 Mar 2006 21:56:29 +0000 (21:56 +0000)]
* Fix: SJIS-nkf and eucJP-nkf mapping.

18 years ago* Add tests for JIS X 0213
NARUSE, Yui [Sun, 5 Mar 2006 06:55:36 +0000 (06:55 +0000)]
* Add tests for JIS X 0213
* Add tests for --no-best-fit-chars

18 years ago* Update document
NARUSE, Yui [Sun, 5 Mar 2006 02:55:23 +0000 (02:55 +0000)]
* Update document

18 years ago* Update document.
NARUSE, Yui [Sun, 5 Mar 2006 02:36:04 +0000 (02:36 +0000)]
* Update document.

18 years ago* Add --no-best-fit-chars option.
NARUSE, Yui [Sun, 5 Mar 2006 02:07:59 +0000 (02:07 +0000)]
* Add --no-best-fit-chars option.
  With this option, don't convert characters which is not round trip safe
  when Unicode to Encoded byte conversion.
* Remove --unicode-round-trip option.
  --no-best-fit-chars can substitute for this option.
* Rename --diasble-cp932ext to --no-cp932ext.
* Add utf8bl.c *_ms and _932 tables and remove logics from nkf.c.

18 years ago* Fix: In Quoted-Printable, "_" is not SPACE.
NARUSE, Yui [Tue, 24 Jan 2006 03:48:14 +0000 (03:48 +0000)]
* Fix: In Quoted-Printable, "_" is not SPACE.

* Fix: In "Q" encoding, escape all characters except alphanum.

18 years ago* Fix: Compile errors will occur when compile options are changed.
NARUSE, Yui [Thu, 12 Jan 2006 01:49:09 +0000 (01:49 +0000)]
* Fix: Compile errors will occur when compile options are changed.

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