Codeset_Registry_db.cpp

Go to the documentation of this file.
00001 /* $Id: Codeset_Registry_db.cpp 81388 2008-04-23 14:02:05Z johnnyw $
00002  * Codeset registry DB, generated Fri Feb 28 21:01:30 2003
00003  * source: code_set_registry1.2g.txt
00004  *
00005  * To populate the registry_db, construct a codeset registry text file based
00006  * on the OSF's Character and Code Set Registry. See DCE RFC 40.1 for details
00007  * on obtaining the full text for the current registry. Once you have composed
00008  * a text file containing all the desired codeset information, build and run
00009  * mkcsregdb. The source is in $ACE_ROOT/apps/mkcsregdb. It will generate a new
00010  * copy of this file, with the registry_db_ array properly initialized.
00011  */
00012 
00013 #include "ace/Codeset_Registry.h"
00014 
00015 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00016 
00017 ACE_Codeset_Registry::registry_entry const
00018 ACE_Codeset_Registry::registry_db_[] =
00019 {
00020   {"ISO/IEC 10646-1:1993; UCS-2, Level 1","UCS-2",0x00010100,1,{0x1000},2},
00021   {"ISO 8859-1:1987; Latin Alphabet No. 1","ISO8859_1",0x00010001,1,{0x0011},1},
00022   {"IBM-1047 (CCSID 01047); Latin-1 Open System","EBCDIC",0x10020417,1,{0x0011},1},
00023   {"ISO/IEC 10646-1:1993; UCS-4, Level 1","UCS-4",0x00010104,1,{0x1000},4},
00024   {"ISO/IEC 10646-1:1993; UTF-16, UCS Transformation Format 16-bit form","UTF-16",0x00010109,1,{0x1000},2},
00025   {"X/Open UTF-8; UCS Transformation Format 8 (UTF-8)","UTF-8",0x05010001,1,{0x1000},6}
00026 };
00027 
00028 size_t const ACE_Codeset_Registry::num_registry_entries_ = 6;
00029 
00030 ACE_END_VERSIONED_NAMESPACE_DECL

Generated on Tue Feb 2 17:18:38 2010 for ACE by  doxygen 1.4.7