Author Topic: Dollar Sign on P164  (Read 422 times)

Ziekel23

  • Newbie
  • *
  • Posts: 1
Dollar Sign on P164
« on: February 27, 2024, 07:27:18 pm »
Is it possible to show a $ on the RT for the P164. We sell our RDS and many a time the client wants the text to have a $ in it. We have other RDS units that display the $ correctly but, on the stations with P164s the display shows an unusual character instead of the dollar sign.

Jan

  • Hero Member
  • *****
  • Posts: 1071
Re: Dollar Sign on P164
« Reply #1 on: February 27, 2024, 07:40:10 pm »
There's no such restriction in the P164 for the dollar sign. It can be showed, of course.

Sometimes the problem is that on common devices, the dollar sign ASCII code is 0x24, while in the original RDS code table the dollar sign has code 0xAB. The solution needs to identify the code table currently in use for the encoder's data input, so it depends on what software and what command do you use for loading the data to the encoder.

The PIRA-family encoders support two code tables on the communication interface: RDS (EBU Latin G0) and UTF-8.
The UTF-8 is used for X-Command, the EBU Latin G0 for other ASCII commands and for UECP.
For the UTF-8, the encoder converts 0x24 to 0xAB itself. For the EBU Latin G0 the conversion obviously needs to be made by the application which sends the data.

Many receivers however do not respect the difference so the dollar sign can never be showed properly on all receivers. You can send 0x24 or 0xAB but not both at the same position... No ultimate solution exists for the $ issue. Maybe it is better to type 'USD'.