in reply to Re: Improve processing time for string substitutions
in thread Improve processing time for string substitutions
It's unescaped HTML entities:
I want to convert the entities like &ge, &le, into hexa values ≥, ≤.But, I'll also point out that the actual entity should end in a semicolon. (which prevents issues such as '∨' matching 'ª')
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Improve processing time for string substitutions
by Krambambuli (Curate) on Apr 16, 2007 at 21:16 UTC |