PrimoBurner(tm) for C++  4.4
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
primo::burner::CDTextCodePage Namespace Reference

CD-TEXT Code Page Identifiers. More...

Enumerations

enum  Enum {
  System = 0x00,
  ISO_8859_1 = 0x01
}
 CDTextCodePage::Enum. More...
 

Detailed Description

CD-TEXT Code Page Identifiers.

See Also
CDText::setItem
CDText::at
CDText::setCodePage
CDText::getCodePage

Enumeration Type Documentation

enum Enum

CDTextCodePage::Enum.

Enumerator
System 

The default system code page: On Windows this is the Windows ANSI code page.

On Mac OS X this is the default text encoding used by the OS when creating strings. On Linux this is the character encoding of the current locale.

ISO_8859_1 

The ISO-8859-1 code page.