Hello, Karel!

Look at the following patch:

--- orig/orb/codeset.cc
+++ mod/orb/codeset.cc
@@ -719,7 +720,7 @@
     char _f[flen+1];
 #else
     CORBA::String_var _f;
-    if (_from->codepoint_size() != 1)
+    //if (_from->codepoint_size() != 1)
        _f = CORBA::string_alloc (flen);
 #endif

I suppose that the special case below for the simple codesets must be follow, but nothing. So, I commented out condition operator.

All of the best,
Nikolay Logvinov.

_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to