******************************************************************************** * * \ (c) Thomas Antoni, 15.2.2009 * \ /\ Mailto:thomas@antonis.de * ( ) Downloaded from www.antonis.de --- www.qbasic.de * .( o ). * ----==== Hottest QBasic Stuff on Earth !!! ====---- * ******************************************************************************** ******************************************************************************** * * .----------------. * | ENGLISH INFO | (Deutsche Info: Siehe unten) * '----------------' * * Download File : UNI2ANSI V1.0 - Converts ASCII files to ANSI files * =================================================== * Prog. Language : QBasic, QuickBasic * Test Environment: DOS 6.22, Windos 3.1, 95, NT4 and XP * Author : Thomas Antoni * - E-Mail : thomas@antonis.de * - Website : www.qbasic.de * ******************************************************************************** *** Short Description This little programm converts all Unicode textfiles in the directory C:\TMP\*.TXT (UTF-16) into the equivalent ANSI textfiles (ISO 8859-1 code "Latin 1 / Western"). The converted files are provided in the subdirectory C:\TMP\ANSI\*.TXT. The maximum filesize is 2 GBytes! *** Rating ++ (in a range of + to +++) ******************************************************************************** * * .---------------. * | DEUTSCHE INFO | * '---------------' * * Download-Datei: UNI2ANSI V1.0 - Converts ASCII files to ANSI files * ====================================================== * Progr.sprache : QBasic, QuickBasic * Getestet unter: DOS 6.22, Windos 3.1, 95, NT4 und XP * Autor : Thomas Antoni * - E-Mail : thomas@antonis.de * - Webseite : www.qbasic.de * ******************************************************************************** *** Kurzbeschreibung Dieses Q(uick)Basic-Programm wandelt alle im Verzeichnis C:\TMP\ vorgefundenen Unicode-Textdateien (UTF-16) ins Windows-ANSI-Format um (ISO 8859-1, Code "Latin 1 / Western"). Die resultierenden ANSI-Dateien werden im Unterverzeichnis C:\TMP\ANSI\ hinterlegt. Die umzuwandelnden Unicode-Dateien muessen die Dateierweiterung ".TXT" besitzen. Die ANSI-Ergebnisdateien erhalten dieselben Namen wie die jeweiligen ASCII-Dateien. Die ASCII-Dateien bleiben unveraendert. Die maximale Dateilänge beträgt 2 GBytes ! *** Inhalt - UNI2ANSI.BAS - Quellspracheprogramm - UNI2ANSI.EXE - kompiliertes EXE-Programm - Test\UNICODE\*.txt - einige Testdateien im Unicode-Format - Test\ANSI\*.txt - dieselben Dateien, die vom Programm in das ANSI-Format gewandeltz wurden *** Bewertung ++ (in einer Skala von + bis +++) Converted to HTML by TXT2HTML (©Thomas Antoni), 29.09.2009, 22:03:09 |