MessageML is a markup language used by the Symphony Agent API for representing messages, including formatting (bold, italic, numbered and unnumbered lists etc.) and entity data representing structured objects.
Currently in the MessageMLParser.java is not specifying the type of encoding that should be used while parsing a messageML, the goal of this issue is to change this behaviour to always use UTF-8 encoding.
Related issue: https://github.com/symphonyoss/messageml-utils/issues/229
Currently in the MessageMLParser.java is not specifying the type of encoding that should be used while parsing a messageML, the goal of this issue is to change this behaviour to always use UTF-8 encoding. Related issue: https://github.com/symphonyoss/messageml-utils/issues/229