Hi, in our PBDA-IP device i have implemented GDDS (GDDS::GetServices) so users can import their channels in MCE instead of running the scan again. The only problem i have is that UTF-8 encoding does not seem to be supported in ps:Service.
The following document is ANSI. MCE is able to detect the channel but the german umlauts are wrong. "WDR Köln" becomes "WDR K?ln"
This document is UTF-8 encoded. In that case MCE is not able to find the channel.
<?xml version="1.0" encoding="utf-8"?><ps:Service xmlns:ps="http://schemas.microsoft.com/2006/eHome/MediaCenter/PBDAService.xsd" id="WDR Köln" name="WDR Köln" callSign="WDR Köln" matchname="WDR Köln" affiliation="ARD" subscribed="true"></ps:Service>
Is there something wrong in my encoding or is it a bug in MCE?