Author Topic: TCP Server Encoding?  (Read 6169 times)

m1k6

  • Newbie
  • *
  • Posts: 9
  • Hello!
TCP Server Encoding?
« on: December 11, 2020, 12:18:16 pm »
Hello,
I'm configuring a bridge with TCP Server (so my application is a TCP client).

Using normal characters everything works as expected.
But I can't figure out the encoding of the TCP server.

For example if I send "RT=Außer Haus" Magic RDS reads "RT1=AuÈijer Haus"

Jan

  • Hero Member
  • *****
  • Posts: 1057
Re: TCP Server Encoding?
« Reply #1 on: December 11, 2020, 12:31:46 pm »
Yes, because you're sending the command in UTF-8 encoding, so ß results in two bytes: 0xC3 and 0x9F.

But the encoders usually work with EBU Latin code-table, so these two characters are displayed according to this table, see below.

The PIRA encoders accept UTF-8 if the text is entered from the web or using the XCMD=.
UECP encoders always need the EBU Latin encoding.
Other encoders may use proprietary codings and methods.

It is however a good idea to implement code table conversions for each virtual port. We will consider that for future version. The server itself is now fully transparent, it does not make any conversions. The Communication decoder expects EBU Latin for all commands excl. the XCMD=.

nuno

  • Newbie
  • *
  • Posts: 13
Re: TCP Server Encoding?
« Reply #2 on: May 10, 2022, 10:04:06 pm »
Hi!

Any news about this? I have the same problem here. If I read from a text file output is ok but if I use TCP server I got weird characters at output.
How can we solve that?

Thank you for your help

Jan

  • Hero Member
  • *****
  • Posts: 1057
Re: TCP Server Encoding?
« Reply #3 on: May 10, 2022, 10:09:41 pm »
No solution exists until we implement the character encoding selection.

nuno

  • Newbie
  • *
  • Posts: 13
Re: TCP Server Encoding?
« Reply #4 on: May 10, 2022, 10:22:18 pm »
wow... thats will be a good thing...
do you have some prediction to implement that?

thank you

Jan

  • Hero Member
  • *****
  • Posts: 1057
Re: TCP Server Encoding?
« Reply #5 on: September 06, 2022, 08:38:11 pm »
The conversion has been implemented in version 4.0.40. The options are available in the Virtual Port dialogue box.