summaryrefslogtreecommitdiff
path: root/ACE/ace/Codeset_Registry_db.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Codeset_Registry_db.cpp')
-rw-r--r--ACE/ace/Codeset_Registry_db.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/ACE/ace/Codeset_Registry_db.cpp b/ACE/ace/Codeset_Registry_db.cpp
index cd6e29760af..8b1ef176576 100644
--- a/ACE/ace/Codeset_Registry_db.cpp
+++ b/ACE/ace/Codeset_Registry_db.cpp
@@ -20,9 +20,10 @@ ACE_Codeset_Registry::registry_db_[] =
{"ISO 8859-1:1987; Latin Alphabet No. 1","ASCII",0x00010001,1,{0x0011},1},
{"IBM-1047 (CCSID 01047); Latin-1 Open System","EBCDIC",0x10020417,1,{0x0011},1},
{"ISO/IEC 10646-1:1993; UCS-4, Level 1","UCS-4",0x00010104,1,{0x1000},4},
- {"ISO/IEC 10646-1:1993; UTF-16, UCS Transformation Format 16-bit form","Unicode",0x00010109,1,{0x1000},2}
+ {"ISO/IEC 10646-1:1993; UTF-16, UCS Transformation Format 16-bit form","Unicode",0x00010109,1,{0x1000},2},
+ {"X/Open UTF-8; UCS Transformation Format 8 (UTF-8)","UTF-8",0x05010001,1,{0x1000},6}
};
-size_t const ACE_Codeset_Registry::num_registry_entries_ = 4;
+size_t const ACE_Codeset_Registry::num_registry_entries_ = 5;
ACE_END_VERSIONED_NAMESPACE_DECL