I was trying to comment to Marc Gravel, but the URL I pasted kept getting corrupted.
The URL is http://eval.ironscheme.net/?id=(number->string+(char->integer+%23%5C)+16)
Interestingly, Twitter explodes when given the above URL, thinking it is longer than 140 chars.
As you can see it already goes ape shit...
Another try with encoded URL: http://eval.ironscheme.net/?id=(number-%3Estring+(char-%3Einteger+%23%5C%EE%93%BB)+16)
In comments, the trailing ) gets truncated. (See 3rd comment)
Cheers
Edit:
As Nick Craver noted, the Unicode char is in the PAU, but the bug happens regardless of that.
Example:
http://eval.ironscheme.net/?id=(number-%3Estring+(char-%3Einteger+%23%5Cb)+16)
)at the end, as\)– Nick Craver♦ Oct 27 '11 at 11:00