[SVN] r11989 (Support/lib)

Allan Odgaard mailinglist at textmate.org
Sun Dec 5 15:27:05 UTC 2010


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


More information about the textmate-dev mailing list