finos / messageml-utils

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.
https://docs.developers.symphony.com
Apache License 2.0
12 stars 28 forks source link

MML-229 using UTF-8 encoding while parsing MessageML #230

Closed symphony-mariacristina closed 3 years ago

symphony-mariacristina commented 3 years ago

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