PredatH0r / ChanSort

TV channel list editor for Samsung, LG, Sony, Hisense, Panasonic, Philips, Sharp, Toshiba and MANY more.
849 stars 115 forks source link

Channel names umlaut not shown correct - Phillips FW TPM 171. #221

Closed Janpopan closed 3 years ago

Janpopan commented 3 years ago

Example

is BR Fernsehen S�d HD

should

BR Fernsehen Süd HD

The XML hex mapping hooks like ISO-8859-1

`

`

PredatH0r commented 3 years ago

Can you send me your Repair or PhilipsChannelMaps folder please so I can take a look? In your case the hex numbers are 16-bit little endian unicode characters and the 0xFC 0x00 in there should be the "ü".

But all other files I have seen so far have every 2nd byte in the hex data 0x00 and the bytes inbetween need to be interpreted as utf-8 to properly show umlauts and other special characters.

So at the moment, I don't know how to detect which type of encoding is used.

PredatH0r commented 3 years ago

never mind... my bad. it's all clear now and you were right. this will be fixed in the release coming out later today.

Janpopan commented 3 years ago

It works with the new ChanSort_2021-01-17 build - thanks!