
********************************************************************************
*
*   \         (c) Thomas Antoni, 9.2.2004 - 1.10.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   : ASCIANSI V2.0 - Converts ASCII text 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 ASCII text files in the directory C:\TMP\*.TXT
(MS-Codepage 437) 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! The relevant ASCII- and ANSI code tables are 
attacheded in the Word 97 and the PDF format (files ASCII-ANSI-Tabellen.doc and 
.pdf)

Long file names are abbreviated to 8+3 characters. For example, 
C:\TMP\BARCELONA.TXT will be converted to C:\TMP\ANSI\BARCEL~1.TXT


*** Content
- ASCIANSI.BAS            - Sorce programm
- ASCIANSI.EXE            - compililed EXE program
- ASCII-ANSI-Tabellen.doc - ASCII- and ANSI-Tables in Word 97 format
- ASCII-ANSI-Tabellen.pdf - ASCII- and ANSI-Tables in PDF-Format
- TestASCI.TXT            - Test file with some special DOS-ASCII characters
                            (German umlauted letters, box symbols etc.)
- TestASCI.txt            - The same file after ASCI-to-ANSI conversion
- V1.0\                   - Old Programmversion with choosable file and path
                            name. Does no longer work under Windows XP.

*** Rating
++    (in a range of + to +++)


********************************************************************************
*
* .---------------.
* | DEUTSCHE INFO |
* '---------------'
*
* Download-Datei: ASCIANSI V2.0 - Code-Konverter vom ASCII in den ANSI-Code
*                 ==========================================================
* 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 
DOS-ASCII-Textdateien (MS-Codeseite 437) 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 ASCII-Dateien muessen die Dateierweiterung ".TXT" besitzen. 
Die ANSI-Ergebnisdateien erhalten dieselben Namen wie die jeweiligen ASCII-
Dateien. Die ASCII-Dateien bleiben unveraendert.

Die maximale Dateilnge betrgt 2 GBytes !

Lange Dateinamen werden zu 8+3 Zeichen verkrzt, so wird etwa 
C:\TMP\BARCELONA.TXT zu C:\TMP\ANSI\BARCEL~1.TXT konvertiert.

Die relevanten ASCII- and ANSI-Codetabellen liegen im Word-97- und im PDF-Format 
bei (Dateien ASCII-ANSI-Tabellen.doc and .pdf).

Bei groen Dateilngen ab 1 MB arbeitet das Programm etwas langsam. Die 
Konvertierung einer 1 Mbyte langen Datei dauert auf einem 400 MHz Pentium ca. 1 
min. Das knnte man durch die Verwendung eines Schreib-/Lesepuffers noch stark 
beschleunigen.

*** Inhalt
- ASCIANSI.BAS            - Quellspracheprogramm
- ASCIANSI.EXE            - kompiliertes EXE-Programm
- ASCII-ANSI-Tabellen.doc - ASCII- und ANSI-Tabellen im Word 97-Format
- ASCII-ANSI-Tabellen.pdf - ASCII- und ANSI-Tabellen im PDF-Format
- TESTASCI.TXT            - Testdatei mit einigen DOS-ASCII-Sonderzeichen
                            (Umlaute, Kastensymbole usw.)
- TestASCI.txt            - Dieselbe Datei nach der ASCI-ANSI-Wandlung
- V1.0\                   - Alte Programmversion. Es wird nur eine Datei mit
                            whlbarem Datei- und Pfadnamen konvertiert;
                            funktioniert nicht mehr unter Windows XP

*** Bewertung
++   (in einer Skala von + bis +++)




