Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement the encoding pragma for regex literals. | Jarkko Hietaniemi | 2001-11-06 | 1 | -1/+15 |
| | | | p4raw-id: //depot/perl@12864 | ||||
* | More encoding testing. | Jarkko Hietaniemi | 2001-11-02 | 1 | -2/+21 |
| | | | p4raw-id: //depot/perl@12813 | ||||
* | Make encoding and charnames pragmas coexist. | Jarkko Hietaniemi | 2001-11-02 | 1 | -1/+7 |
| | | | p4raw-id: //depot/perl@12804 | ||||
* | Extend the effect of the encoding pragma to chr() and ord(). | Jarkko Hietaniemi | 2001-10-31 | 1 | -1/+15 |
| | | | | | | TODO: regex literals, reentrancy problems with the utf8 and charnames pragmas. p4raw-id: //depot/perl@12790 | ||||
* | Enable -Mencoding=foobar also for string literals. | Jarkko Hietaniemi | 2001-10-31 | 1 | -9/+16 |
| | | | p4raw-id: //depot/perl@12782 | ||||
* | Comment nits. | Jarkko Hietaniemi | 2001-10-30 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@12775 | ||||
* | Add the encoding pragma to control the "upgrade" | Jarkko Hietaniemi | 2001-10-28 | 1 | -0/+24 |
from the native eight bit data to Unicode. TODO: \x.. and \0... literals. \N{}. chr()? ord()? p4raw-id: //depot/perl@12750 |