Closed bminer closed 12 years ago
Right now, runtime.escape will escape strings like ॎ, which it should ignore... fixing this should be as simple as changing the regular expression.
ॎ
Blade currently works for named entities, but not for decimal or hexadecimal numeric entities
Right now, runtime.escape will escape strings like
ॎ
, which it should ignore... fixing this should be as simple as changing the regular expression.