Fixed decoding full-width unicode in t:urlDecodeUni for ASCII range 0xFF01-0xFF5E. Probably need more work/testing. (See #122)

This commit is contained in:
brectanus
2007-05-16 20:09:28 +00:00
parent 97a1718d39
commit eaa8e444dd
2 changed files with 15 additions and 2 deletions

View File

@@ -2,10 +2,13 @@
?? ??? 2007 - 2.2.0-trunk
-------------------------
* Fixed decoding full-width unicode in t:urlDecodeUni.
* Only calculate debugging vars when we are debugging (more to come).
* Removed strnlen() calls for non-GNU platforms.
11 May 2007 - 2.2.0-dev1
-------------------------