RFA .NET Indicates an encoding with the Reuters Multilingual Text Encoding Standard.
RMTES uses ISO 2022 escape sequences to select the character sets used.
RMTES provides support for the Reuters Basic Character Set, UTF-8, Japanese
Latin and Katakana (JIS C 6220 - 1969), Japanese Kanji (JIS X 0208 - 1990),
and Chinese National Standard (CNS 11643-1986). StringRMTES also supports
RREP sequences for character repetition and RHPA sequences for partial updates (a primitive type).
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public const byte StringRMTES |
Visual Basic |
---|
Public Const StringRMTES As Byte |
Visual C++ |
---|
public:
literal unsigned char StringRMTES |
F# |
---|
static val mutable StringRMTES: byte |
See Also