Timestamp:
09/11/06 16:31:53 (2 years ago)
Author:
audreyt
Message:

* Add support for character name escapes:

say "\c[LATIN CAPITAL LETTER Y]";

With Perl 5 embedding, the full Unicode range is supported via
charnames.pm. Without Perl 5 embedding (e.g. in "make ghci"),
only codepoints in the range 0x00-0xFF are supported.

Note: Now Perl5 embedding is on by default, we can implement
more "core" Pugs functionalities this way, instead of maintaining
huge amount of duplicate information. (Encode.pm comes to mind.)

Files:
1 added