Commit graph

11 commits

Author SHA1 Message Date
obache
d1f9aa7851 Update skf to 1.99.7.
skf (1.99.7)

  * ruby 2.1.0 support
  * fix bug in MIME encoding under early_mime_out mode
  * further nkf-compatibility
  * trim some terminal sequence sweep behaviors
  * UnicodeData undated to 6.3
  * fix nkf compatible option --cp932 behavior
  * fix some bugs
2013-12-27 08:32:05 +00:00
obache
86a0a7cd26 Update skf to 1.99.6.
skf (1.99.6)

  * Fix typo on LWL error process
  * Fix cygwin python3 compilation

 -- Seiji Kaneko <efialtes@sourceforge.jp> Fri, 26 Jul 2013 23:13:36 +0900

skf (1.99.5)

  * Fix x-0213 unicode mapping
  * further nkf-compatibility
  * fix utf-16 code detection is escaping too early.
  * support UTF-32 input
2013-08-01 12:41:01 +00:00
obache
cacb4ea489 Updatge skf to 1.99.2.
* fix MinGW compilation
  * ruby 2.0 support
  * fix type conflict on output side
2013-04-07 10:34:48 +00:00
obache
19af4adb48 Update skf to 0.99.0.
skf (1.99.0) experimental; urgency=low

  * Unicode 6.1 support
  * Mime related issue fixed.
  * further fix for nkf compatibility.
  * added support for ruby 1.9.x

 -- Seiji Kaneko <efialtes@sourceforge.jp>  Thu, 01 Mar 2012 19:40:38 +0900
2012-04-12 13:50:22 +00:00
obache
878e6a6b3e Update skf to 1.97.0.
skf (1.97.0) experimental; urgency=low

  * Re-enabled MIME encoding
  * nkf compatibility mode further fix and support added.
  * various bug fix from 1.96 series.

 -- Seiji Kaneko <efialtes@sourceforge.jp>  Sat, 06 Feb 2010 23:24:54 +0900
2010-02-07 13:17:55 +00:00
obache
159963f95c Update skf to 1.96.
* Unicode normalize decomposition support.
 * Python 2.x extention support.
2009-04-14 06:00:41 +00:00
obache
a690855a1e Update skf to 1.95.0.
This is maintenance release.
2007-04-08 05:04:38 +00:00
obache
ba044a5e4a Update skf to 1.94.7.
* fix dyn_table improper bound check.
  * fix euro sign in GBK is not properly output.
  * delete old-hangul-location code, for it is not working.
  * nec/ibm gaiji coding fixed.
  * Mac OS X porting issue fixed.
  * rpm compatibility issue fixed.
  # debian compatibility issue fixed
2007-02-27 02:29:40 +00:00
obache
888c9a3e48 Update skf to 1.94.0.
ChangeLog:
(1) Implement fmt equivalent folding with forming.
(2) Making Ruby Extension, Perl Extension is enabled.
(3) Making rpm package is enabled.
(4) New encoding: GB18030, GBK, BIG5-Plus,
    IBM DBCS(ibm930,3,5,7), cp5022(0,2,3), cp51932.
(5) With cp932, cp51932, change to set use-ms-compat,
    kana-enable and use-compat automatically.
2006-10-01 15:09:15 +00:00
obache
322141a908 Enable locale feature. 2006-09-01 14:04:41 +00:00
minskim
867244ab81 Import skf from pkgsrc-wip. Packaged by OBATA Akio.
skf is an i18n-capable kanji filter.  It works like i18n enhanced
nkf-1.6.  More specifically, skf is intended to read documents in
various languages and codes using kanji or unicode capable display
devices.  skf provides basic kanji code conversion features, include
to/from JIS, EUC, Shift-JIS, Unicode, and Vendor specific codes.  skf
also includes decoder for various code appears in the Net.  Unlike
nkf, it does not provide broken jis recovery nor mime encoding, but it
has support for ISO-8859's, European domestic set, JIS X-0212/X-0213
code, has IBM/MS vendor specific code support and can add other code
support easily.
2006-01-31 03:35:25 +00:00