/services_dyndns_edit.php: phpDynDNS: (Unknown Response)
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
I just added this line
$tmp = str_replace("utf-16", "utf-8", $data);
under line
$tmp = str_replace("^M", "", $data);
.
It's rather crude, but it works :))
edit:
This could work too: $tmp = str_replace("utf-16\"?>", "utf-16\"?>\n", $data);