We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb1be5 commit b770cbaCopy full SHA for b770cba
Changes
@@ -1,5 +1,10 @@
1
Revision history for Perl module JavaScript::Duktape
2
3
+0.3.0 2015 2015-11-07
4
+ - adding utf8 string api "get_utf8_string"
5
+ - update perl functions to use get_utf8_string by default
6
+ - utf8 tests
7
+
8
0.2.1 2015 2015-11-03
9
- Fix deep recursion circular objects
10
- deep recursion test
MANIFEST
@@ -52,3 +52,4 @@ t/safe-call.t
52
t/trycatch.t
53
t/uncaught.t
54
t/use.t
55
+t/utf8.t
0 commit comments