question

Upvotes
Accepted
205 6 13 27

Does RFA 8.1 C++ support reading non-Unicode information from FID ?

Example : in some FID if we receive information which uses Chinese alphabets [non uni-code information], does RFA support that information's handling.

#technologyrfarfa-apic++
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
80.1k 257 52 75

@mktdata

Thank you for reaching out to us.

Typically, we use RMTES for non-ASCII charaters.

Basically, RMTES uses ISO 2022 escape sequences to select the character sets used. RMTES provides support for Reuters Basic Character Set (RBCS), UTF-8, Japanese Latin and Katakana (JIS C 6220 - 1969), Japanese Kanji (JIS X 0208 - 1990), and Chinese National Standard (CNS 11643-1986). RMTES also supports sequences for character repetition and sequences for partial updates.

The Refinitiv Real-Time APIs can decode the RMTES strings. For more information, please refer to the Encoding and Decoding non-ASCII text using EMA and RFA C++/.NET article.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.