var fDesc=new Array(); fDesc[0] = "Text Encoding Converter is an easy-to-use application for Windows that can help you convert Encoding of multiple ansi/ utf-8/ unicode/HTML Encoding plain text documents to and from any Encoding, either interactively or in batch mode. It can convert Encoding of thousands of files within a few minutes minutes.

Key Features
*Convert text files to and from any Encoding (including HTML Encoding, utf-8, utf-8 no bom, utf-16le, utf-16be, utf-32le, utf-32be, gbk, big5, shift-JIS, euc-jp, euc-kr and more. See the Supported Language Encoding List). Examples: online convert utf-8, or online convert to unciode etc.
*We have a friendly, intuitive, and powerful Windows graphical Interface, which can be displayed in multiple languages, now including English, simplified Chinese, and traditional Chinese.
*Very Fast batch conversion of multiple documents with sub-folder support. TEC can process thousands of files within a few minutes!
*You can convert newline characters to DOS (CR/LF), Unix (LF), Mac (CR) newline format, or choose not to convert the source's newline format.
*You can specify a range of files by use of wild cards or by choosing entire folders and sub folders.
*You can use file filters of "include words" and/or "exclude words" to automatically limit wild card file selection.
*You can choose Automatic detection of a source file's Encoding format, or can specify it explicitly.
*Supports a full command line interface, with an extensive and flexible array of command line parameters, which can be launched from within batch files or other programs."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }