Character Encoding Converter
Table of Contents
-
Overview
-
About This Application
-
Features
-
Limitations
-
Installation
-
Uninstallation
-
How to Use
-
Basic Operations
-
"Translation" Option
-
Libraries
-
Terms of Use
-
History
1 Overview
1.1 About This Application
Title: |
Character Encoding Converter |
Version: |
1.1.0 |
Platform: |
Windows 98 and later |
Genre: |
Text utility |
Overview: |
Converts character encodings of files. |
License: |
Freeware |
Copyright: |
Copyright (C) 2004-2006 Moochos. All rights reserved. |
Web site: |
http://members.at.infoseek.co.jp/mchos/ |
E-mail: |
mchos@hotmail.com |
1.2 Features
-
Converts character encodings of files
1.3 Limitations
-
Does not support the filenames of more than 259 characters
1.4 Installation
Move application files to the directory you would like.
1.5 Uninstallation
Delete application files.
This application does not modify the registry.
2 How to Use
2.1 Basic Operations
To convert the character encoding of files, follow the following steps:
-
Edit parameters in the main window
-
Click the "File | Convert | Files" menu to show the file selector
-
Select the files to process
-
The operation starts automatically
2.2 "Translation" Option
The "Translation" option indicates how to convert the characters that do
not appear in the To-encoding. Specify one of the following values:
-
None
-
Regards the characters as error.
-
Ignore
-
Discards the characters.
-
Transliterate
-
Replaces the characters with similar ones.
2.3 Libraries
This application uses the "libiconv" library to convert character encodings.
To update it, replace the "iconv.dll" file with another version.
libiconv web site: http://www.gnu.org/software/libiconv/
3 Terms of Use
-
Do not distribute the contents with modifications
-
Do not distribute the contents for commercial purposes
-
Do not ask the author any compensation for the troubles caused by the contents
-
Have author's permission for exceptions
4 History
Version 1.1.0 (released on 2006-08-10):
-
Most of the source code is rewritten
-
The options for output are added
-
The options for UTF BOMs are added
-
Shows the progress dialog while processing
-
The log format is changed
-
Minor problems are fixed
Version 1.0.1 (released on 2004-10-14):
-
"Try to convert all characters" option is added.
-
Shows the progress properly.
-
Includes subdirectories in the root directory.
-
Converts the UTF encoding with a BOM.
-
Minor problems are fixed.
Version 1.0.0 (released on 2004-09-21):
Back