diff options
Diffstat (limited to 'Todo')
-rw-r--r-- | Todo | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ Check out always the latest perl5-porters discussions on these subjects -before embaring on an implementation tour. +before embarking on an implementation tour. Tie Modules VecArray Implement array using vec() @@ -47,6 +47,9 @@ Would be nice to have an extension (Devel::MProf?) that would return the malloc stats in a nice Perl datastructure (also a simple interface to return just the grand total would be good). + Unicode: [=bar=], combining characters equivalence + (U+4001 + U+0308 should be equal to U+00C4, in other words + A+diaereres should equal Ä), Unicode collation Possible pragmas debugger |