From: Paul RASCLE Date: Thu, 25 Jan 2018 11:02:30 +0000 (+0100) Subject: use nativeCharCodeSet = UTF-8 in omniORB config allows accentuated strings in scripts X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bf259d2e565c97323b095630b4ab600ef722b29d;p=modules%2Fyacs.git use nativeCharCodeSet = UTF-8 in omniORB config allows accentuated strings in scripts --- diff --git a/bin/ORBConfigFile.py b/bin/ORBConfigFile.py index 0769cd6c1..c9447f8fa 100644 --- a/bin/ORBConfigFile.py +++ b/bin/ORBConfigFile.py @@ -64,6 +64,7 @@ def writeORBConfigFile(path, host, port, kwargs={}): orbdata.append("%sgiopMaxMsgSize = %s # 2 GBytes"%(prefix,GIOP_MaxMsgSize)) orbdata.append("%straceLevel = 0 # critical errors only"%(prefix)) orbdata.append("%smaxGIOPConnectionPerServer = 500 # to allow containers parallel launch"%(prefix)) + orbdata.append("%snativeCharCodeSet = UTF-8"%(prefix)) orbdata.append("") with open(omniorb_config, "w") as f: