Fix htmlize when used with utf-8 strings. We would use string#reverse as a workaround for missing look-behind, however, for certain (utf-8) strings this would not work as expected. Test which failed: assert(htmlize(': .ℵ. ') == ': .ℵ. '). Changed: U trunk/Support/lib/escape.rb