summaryrefslogtreecommitdiff
path: root/lib/encoding.pm
Commit message (Expand)AuthorAgeFilesLines
* Implement the encoding pragma for regex literals.Jarkko Hietaniemi2001-11-061-2/+21
* More encoding testing.Jarkko Hietaniemi2001-11-021-5/+5
* Make encoding and charnames pragmas coexist.Jarkko Hietaniemi2001-11-021-3/+0
* If an encoding is set by -M/-m, it must be inJarkko Hietaniemi2001-11-011-10/+4
* Extend the effect of the encoding pragma to chr() and ord().Jarkko Hietaniemi2001-10-311-8/+22
* Doc tweaks.Jarkko Hietaniemi2001-10-311-2/+9
* Clarification: use encoding cannot be used toJarkko Hietaniemi2001-10-311-0/+7
* More documentation for the encode pragma.Jarkko Hietaniemi2001-10-311-1/+1
* Enable -Mencoding=foobar also for string literals.Jarkko Hietaniemi2001-10-311-3/+5
* More todo for the encoding pragma.Jarkko Hietaniemi2001-10-281-1/+1
* Add the encoding pragma to control the "upgrade"Jarkko Hietaniemi2001-10-281-0/+54