perl: Fix utf8 mode not to be reseted by $unpacker->reset method

This commit is contained in:
Fuji, Goro
2010-10-06 17:52:32 +09:00
parent 4321b80999
commit 77a7d3d26a
3 changed files with 26 additions and 13 deletions

View File

@@ -1,3 +1,8 @@
0.30
- fix utf8 mode not to be reseted by $unpacker->reset method
0.29
- add $unpacker->utf8 mode, decoding strings as UTF-8.