...
For FIX Antenna, it is user responsibility to convert ASCII string with UTF-8 content to the UTF-8 string and vice-versa.
The list of encoded tagsLinks
Example
The example shows how to work with tags: EncodedText (355) and EncodedTextLen (354) encoded by MessageEncoding (347)
MessageEncoding | 347 | Shift_JIS |
EncodedText | 355 | こんにちは |
EncodedTextLen | 354 | 15 |
Message example: encoding testing.txt
Info |
---|
Doesn't work in FIX Client Simulator |
For custom tags,
if the text tag has related pair tag with text length specified, the one can use UTF-8, Unicode or UTF-16 there, if the length should be specified in bytes. In case of the length should be specified in symbols, only UTF-8 can be used. In any scenario, counterparty should expect such encoding in such field.
...