|
|
Wednesday, February 13, 2002 |
|
<>'";:[]}{.,/?!@#$%^&*()_+=-| The text above was created by typing '<>'";:[]}{.,/?!@#$%^&*()_+=-\|' into TextEdit and selecting the RadioServices 'Post to Blogger' Service. Radio Bug: I have to type '\\' to see a single '\' in the blog (which meant I had have to type '\\\\\' and '\\' to yield the aforementioned sentence...) This is what actually passed across the wire from AppleScript's xmlrpc interface to the Radio desktop server: <string> <>'";:[]}{.,/?!@#$%^&*()_+=-\| </string> (You don't even want to know what that looks like when entered into Radio) So, it would seem that the apostrophe-- the '-- is the only problematic character. It would seem that Radio does not want it escaped, but AppleScript escapes it. |