Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: f4b12007dbcae35464a0e9fa3497c1f48c0b85b0
https://github.com/perl6/specs/commit/f4b12007dbcae35464a0e9fa3497c1f48c0b85b0
Author: lue <[email protected]>
Date: 2013-12-13 (Fri, 13 Dec 2013)
Changed paths:
M S15-unicode.pod
Log Message:
-----------
[S15] Replace .compose/.decompose methods.
Left behind from the move to multiple string types.
Commit: e020cb1303504cc8902aec7c834601b2afab868c
https://github.com/perl6/specs/commit/e020cb1303504cc8902aec7c834601b2afab868c
Author: lue <[email protected]>
Date: 2013-12-13 (Fri, 13 Dec 2013)
Changed paths:
M S15-unicode.pod
Log Message:
-----------
[S15] Fix ord(s) to work on all Stringy.
This presumes that Unicodey does Stringy. If not, then you simply need
to add the signatures for Unicodey things where these changes were made.
Additionally, some clarification on .chr(s).
Compare: https://github.com/perl6/specs/compare/9c555ea63fe0...e020cb130350