Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 2b0ef1ba11bc673c8a08727f20b92f0fdeb9bb64 https://github.com/perl6/specs/commit/2b0ef1ba11bc673c8a08727f20b92f0fdeb9bb64 Author: lue <rnd...@gmail.com> Date: 2013-12-17 (Tue, 17 Dec 2013)
Changed paths: M S15-unicode.pod Log Message: ----------- [S15] Clarify values the uniprops hash can contain Based off the value types defined in UAX#44, ยง5.2, the mapping is now thus: B โ Bool N โ Rat C, E, S, M โ Str Though perhaps the 'E'numeration types could actually be Enums, if the benefits of codifying them as enumerations is worth it. Commit: 51a72a0ac7775036db410d850b8605c26e7454cf https://github.com/perl6/specs/commit/51a72a0ac7775036db410d850b8605c26e7454cf Author: lue <rnd...@gmail.com> Date: 2013-12-17 (Tue, 17 Dec 2013) Changed paths: M S15-unicode.pod Log Message: ----------- [S15] Modify "Final Considerations" on mismatching in operators. Essentially, NFC ~ NFD -> Uni, instead of the previous "causes an error" definition. Note that detailing various operators and functions still needs doing. Compare: https://github.com/perl6/specs/compare/db9924434cfb...51a72a0ac777