Presentation and options Dialog box of the application
Examples Syntax

Presentation and options

Because of the high diversity of characters existing in the different languages of the world, of the necessity to write down special symbols, and also due to the own computer science history, different sets of characters have been used in different countries and under different operating systems. Consequently, it is usual to find strange characters, for example when reading with a plain text editor under a Windows environment (such as notepad), or a text created with a plain text editor from another operating system, such as EDIT MS-DOS previous editor.

This problem can also be found in databases, where there are text fields that have been created using one of the several available character sets. In particular, when working with DBF format databases, there is an internal mark that, if it is activated (value greater than zero), it indicates with which set of characters has the text been written, so it is possible to interpretate it correctly.

This program has some options:

Many characters are convertible between different sets; for example either the OEM-850 set from MS-DOS, the ANSI 1252 and UTF-8 set from Windows have both all upper-case and lower-case accentuated characters. However, some characters only exist in one of the character sets; for example the Trade Mark symbol (TM), that in the ANSI 1252 set can be represented as a single character, has no representation in the OEM-850 set. In these last cases, conversion is not possible and an arbitrary substitute character is needed. This character will show us those characters that have no representation in the output character set.

Warning: Do not convert a file that is not a plain text or a DBF; otherwise its contents will be corrupted. Examples of plain text files are MiraMon's REL and MMM, TXT files, BAT files, etc.

Notes:


Dialog box of the application

ANSIOEM dialog box.


Examples

   ANSIOEM   C:\COPIES\README.TXT   D:\README.TXT   1
   ANSIOEM   C:\COPIES\README.TXT   D:\README.TXT   1   
   ANSIOEM   C:\BASES\COUNTRY.DBF   A:\COUNTRY      3
   ANSIOEM   C:\BASES\MUNICIP       ANSI
   ANSIOEM   C:\BASES\MUNICIP       5
   ANSIOEM   C:\BASES\COMAR.DBF     A:\COMAR_EN_UTF8.DBF 5
Examples of ANSIOEM.


Syntax

Syntax:

Parameters:


Borland, dBASE, DOS, FoxPro and Windows are registered trademarks that belong to its respective owners.