Share

AdCharFormatter

Class Hierarchy

AdCharFormatter

C++

class AdCharFormatter;

File

AdCharFmt.h

Description

This utility class assists in conversions among various character formats, including the following:

  • ANSI
  • CIF
  • UTF8
  • UTF16
  • UTF32
AdCharFormatter is particularly useful in file wrapper classes such as AcCFile, AcCStdioFile, and AcFILE . This class by itself does not perform physical file I/O tasks; its role is to ensure that details such as byte order mark (BOM) and new line expansion are handled in a consistent manner.

Links

AdCharFormatter Constructor, AdCharFormatter Methods

Was this information helpful?