usch;679778 Wrote: 
> Ja. Aber dann sollte wenigstens %E4 funktionieren.
Ja dies waere der logische Schluss.
Bin jetzt mal direkt an meine Linux Buechse, dort ist alles UTF8
aber weder:
curl -v -d
"p0=show&p1=line1:Waschmaschinen-Status&p2=line2:Vorw%C3%A4sche&p3=duration:100&player=<mac-Adresse
vom Player>" http://<server name/ip>:9000
noch:
curl -v -d
"p0=show&p1=line1:Waschmaschinen-Status&p2=line2:Vorw%E4sche&p3=duration:100&player=<mac-Adresse
vom Player>" http://<server name/ip>:9000
funktionieren auch dort richtig.

Ich persoenlich wuerde daher auf die JSON Schnittstelle ausweichen,
mit der habe ich hier keine Probleme und es funktioniert wie
gewuenscht:
curl -v -H "Content-Type: application/json" -X POST -d
'{"id":1,"method":"slim.request","params":["<mac-Adresse vom
Player>",["show","line1:Waschmaschinen-Status","line2:Vorwäsche","duration:100"]]}'
http://<server name/ip>:9000/jsonrpc.js


-- 
ZX81
------------------------------------------------------------------------
ZX81's Profile: http://forums.slimdevices.com/member.php?userid=231
View this thread: http://forums.slimdevices.com/showthread.php?t=92604

_______________________________________________
slimserver-de mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/slimserver-de

Antwort per Email an