• I’ve encountered some additional Unicode entities that the urlwrap method doesn’t like, to be added to shortcode.request.php around line 627, in particular:

    "\xC2\xA0" => " " // U+00A0 no-break space

    Ideally, this should be replaced by   but doing this also breaks the method…

    Also, it would be good if we could do something about superscripts (e.g. U+00B2, U+00B3) and replace them with ² etc. but this doesn’t work for the same reason. Unless there’s something I’m doing wrong?

The topic ‘Some other Unicode entities breaking the urlwrap method’ is closed to new replies.