Gabriel Wicke wrote:
On Sat, 03 Apr 2004 18:43:38 -0800, Brion Vibber wrote:
On Apr 3, 2004, at 17:45, Gabriel Wicke wrote:
- invalid anchor names- attention! this might break links! Replacing
[^a-z0-9] -> '_' now
That's going to be pretty bad for languages that don't write in Latin script, isn't it?
Yes, i know. Looking up the spec on anchor names, will change it to a positive range. The trouble is that % isn't allowed as well, so urlencode doesn't work.
You could just simply hexdump it, without the '%'.