parse metadata as UTF-8
This commit is contained in:
parent
bb56eb8db2
commit
c3d393252b
@ -784,7 +784,7 @@ class Dsp(DirewolfConfigSubscriber):
|
|||||||
if raw is None or len(raw) == 0:
|
if raw is None or len(raw) == 0:
|
||||||
return None
|
return None
|
||||||
else:
|
else:
|
||||||
raw = raw.tobytes().decode("cp437")
|
raw = raw.tobytes().decode("utf-8")
|
||||||
return raw.rstrip("\n")
|
return raw.rstrip("\n")
|
||||||
|
|
||||||
self.output.send_output("meta", read_meta)
|
self.output.send_output("meta", read_meta)
|
||||||
|
Loading…
Reference in New Issue
Block a user