summaryrefslogtreecommitdiff
path: root/lib/encoding.t
Commit message (Expand)AuthorAgeFilesLines
* Re[2]: [ID 20020307.006] [BUG][use encoding] use encoding 'greek'; print "not...Anton Tagunov2002-03-081-5/+77
* As suggested by Anton Tagunov, eq and cmp now obey theJarkko Hietaniemi2002-03-071-2/+20
* To really skip the test an exit() is needed.Jarkko Hietaniemi2002-02-081-0/+1
* EBCDIC: the encoding pragma would need some rethinking,Jarkko Hietaniemi2002-02-061-0/+6
* Implement the encoding pragma for regex literals.Jarkko Hietaniemi2001-11-061-1/+15
* More encoding testing.Jarkko Hietaniemi2001-11-021-2/+21
* Make encoding and charnames pragmas coexist.Jarkko Hietaniemi2001-11-021-1/+7
* Extend the effect of the encoding pragma to chr() and ord().Jarkko Hietaniemi2001-10-311-1/+15
* Enable -Mencoding=foobar also for string literals.Jarkko Hietaniemi2001-10-311-9/+16
* Comment nits.Jarkko Hietaniemi2001-10-301-2/+2
* Add the encoding pragma to control the "upgrade"Jarkko Hietaniemi2001-10-281-0/+24