summaryrefslogtreecommitdiff
path: root/TAO/tests/CodeSets/simple/wcs_test.conf
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CodeSets/simple/wcs_test.conf')
-rw-r--r--TAO/tests/CodeSets/simple/wcs_test.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tests/CodeSets/simple/wcs_test.conf b/TAO/tests/CodeSets/simple/wcs_test.conf
new file mode 100644
index 00000000000..e2b83033d3e
--- /dev/null
+++ b/TAO/tests/CodeSets/simple/wcs_test.conf
@@ -0,0 +1,13 @@
+#First, load the appropriate codeset translator factories
+dynamic Char_IBM1047_ISO8859_Factory Service_Object * IBM1047_ISO8859:_make_Char_IBM1047_ISO8859_Factory () ""
+
+dynamic WUCS4_UTF16_Factory Service_Object * UCS4_UTF16:_make_WUCS4_UTF16_Factory ()
+
+static Resource_Factory
+ "-ORBNativeCharCodeSet 0x10020417 -ORBCharCodesetTranslator Char_IBM1047_ISO8859_Factory -ORBNativeWcharCodeSet 0x00010104 -ORBWcharCodesetTranslator WUCS4_UTF16_Factory"
+
+# Alternatively, A locale name may be used to specify the native char codeset
+# if one is defined in ace/Codeset_Registry_db.cpp
+
+#static Resource_Factory
+# "-ORBNativeCharCodeSet EBCDIC -ORBCharCodesetTranslator Char_IBM1047_ISO8859_Factory -ORBNativeWcharCodeSet UCS-4 -ORBWcharCodesetTranslator WUCS4_UTF16_Factory"