Change jsDecodeuni to jsDecode which also decodes all the other JS escapes. See #193.

This commit is contained in:
brectanus
2007-12-14 00:19:46 +00:00
parent b0de659133
commit 8aa31fd099
5 changed files with 113 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
12 Dec 2007 - 2.5.0-rc1
-----------------------
* Added t:jsDecodeUni to decode JavScript \uXXXX encoding.
* Added t:jsDecode to decode JavScript escape sequences.
* Added IS_NEW and IS_EXPIRED built-in collection variables.