Download List

项目描述

HCC is character filter which replaces certain
characters by other characters one by one,
according to a translation table. It is useful for
converting plain texts from one character set to
another. Currently available filters include
win1250 to ISO-8859-2, win1250 to ASCII
(ISO-8859-1), ISO-8859-2 to win1250, and
ISO-8859-2 to ASCII (ISO-8859-1). You may get
better results with "iconv" utility which is part
of glibc.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-10-23 20:08
0.5.7

一个读/写缓冲区已推行,提高了性能大约3倍。
标签: Development, Minor feature enhancements
A read/write buffer has been implemented which increases performance about 3 times.

2003-09-17 17:41
0.5.6

在转换表语法已得到增强,缓和与'变化的追踪差异'。新的翻译已被添加到win1250,“iso88592,win1250,”iso88591,iso88592 -“win1250,和iso88592 -”cp852地图。标准- 8859 - 2 -“win1250转换应该已经完成(无损)。
标签: Development, Minor feature enhancements
The syntax of conversion tables has been enhanced
to ease tracking of changes with 'diff'. New
translations have been added to win1250->iso88592,
win1250->iso88591, iso88592->win1250, and
iso88592->cp852 maps. ISO-8859-2->win1250
conversion should be now complete (lossless).

2003-08-05 19:08
0.5.5

各种“特殊”的报价,现在更妥善地处理从win1250当转换为ISO - 8859 - 1和ISO - 8859 - 2。
标签: Development, Minor feature enhancements
Various "special" quotes are now handled better
when converting from win1250 to iso-8859-1 and
iso-8859-2.

2003-02-26 18:08
0.5.4

在X2Y退的脚本文件名位处理已得到修复。编译警告和GCC编译错误3.X中得到了处理。阿对可能的数据损坏注意:如果转换是不止一次在同一文件已被添加到自述。
标签: Development, Minor bugfixes
Handling of spaces in filenames in x2y scripts has been fixed. Compilation warnings and GCC 3.x compilation errors have been addressed. A note about possible data corruption if conversion is done more than once on same file has been added to the README.

2002-01-28 11:32
0.5.3

此版本修复了iso88592错字在'西沃特'翻译,win1250地图和一个失踪'#包括: <string.h> '。 u2w,w2a和w2u现在处理作为u2a一样的命令行参数。
标签: Development, Major bugfixes
This release fixes a typo in the 'sv' translation in iso88592-win1250 map and a missing '#include <string.h>'. u2w, w2a and w2u now handle command line parameters in the same way as u2a.

Project Resources