5 Replies Latest reply on Jan 12, 2015 4:08 AM by ehugonnet

    utf8 characters in wildfly cli script

    gabboflabbo

      I'm trying to set a system property with a french character (utf8)

       

               /system-property="testutf8":add(value="ARRÊT")

       

      However,  it ends up in standlone-full.xml:

       

               <property name="testutf8" value="ARR??T"/>

       

      If I manually change standalone-full.xml  to

       

                <property name="testutf8" value="ARRÊT"/>


      Then everything is good.


      How can I get the cli script to work properly with utf8 characters?


      (Running on Windows)

       

      Message was edited by: Andrew Schmidt  (I can't add replies due to some message frequency limit)