How should I create the fieldList for Elektron API? (RSSL 14002)
I use below code nut it fail to send the "€" and I see strange Char instead.
is UTF8 the correct way?
FieldList fieldList = EmaFactory.createFieldList();
fieldList.add(
EmaFactory.createFieldEntry().utf8(Integer.parseInt(Row), "Hello € !"));
or
EmaFactory.createFieldEntry().utf8(1352, "Hello € !" );
EmaFactory.createFieldEntry().utf8(318, "Hello € !" );