about summary refs log tree commit diff
path: root/Test/D07multibyte.ztst
Commit message (Collapse)AuthorAgeFilesLines
* unposted: Improve documentation and add regression test for workers/47745dana2021-03-231-0/+7
|
* 47302: Test for print -v fixMikael Magnusson2020-10-251-0/+9
|
* 45764: Add a regression test for 45772. Test by RomanDaniel Shahaf2020-05-051-0/+14
|
* 40470: make the test work also with ASCII collationJun-ichi Takimoto2017-02-011-16/+14
| | | | | a few OSs (macOS and some versions of BSDs) use ASCII collation even if UTF-8 locale is in use
* posted: Make D07 recognize more spellings of pl_PL.UTF-8Mikael Magnusson2017-01-241-2/+2
| | | | | FreeBSD and probably others use this spelling in locale -a output, while glibc uses the utf8 spelling.
* unposted: minor D07 typosPeter Stephenson2016-12-091-2/+2
|
* 40138: Move regex multibyte test.Peter Stephenson2016-12-091-12/+16
| | | | | | Put it last as it has an additional dependency. Output a failure message indicating this.
* 39678: metafication of printf %q argument and resultPeter Stephenson2016-10-191-0/+4
|
* 38879: Unmetafy file names for glob sort.Peter Stephenson2016-07-181-0/+17
| | | | | Test using Polish UTF-8 collation sequence that'w known to cause the problems.
* 38586: Metafication problem with $functionsPeter Stephenson2016-06-031-0/+9
| | | | | | | | If treated as a complete associative array or scanned (retrieving individual values was not affected), it incorrectly unmetafied the value so multibyte characters got confused. Add test.
* 37348: Tests and fix for ${(q+)...}.Peter Stephenson2015-12-081-0/+7
| | | | Needs dupstring() for empty string case.
* 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵Barton E. Schaefer2015-11-211-1/+1
| | | | ZTST_skip
* unposted: fix typo in testPeter Stephenson2015-09-191-1/+1
|
* 36491: Multibyte support for parameter expansion flags B,E,NJun-ichi Takimoto2015-09-121-0/+15
|
* 36478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests.Peter Stephenson2015-09-101-0/+6
|
* 36415: remap bytes from invalid multibyte characters.Peter Stephenson2015-09-041-0/+17
| | | | | | | These now go to 0xdc00 + index. If wchar_t is a Unicode code point, this is by construction an invalid character within the Unicode range. If it isn't, we would hope the result was no worse than the current fudge.
* 36262: Replace fix for missing unmeta in chdir().Peter Stephenson2015-08-211-0/+12
| | | | | | | It was needed in the argument to one of a pair of lchdir()s rather than within zchdir(). Add tests for the case of a character with 0x83 within it.
* unposted: another ZTST_skipPeter Stephenson2015-07-101-2/+1
|
* Add non-metafied character length handling.Peter Stephenson2015-06-121-0/+13
| | | | | | | Use this in regex module and add test using $'\ua0'. Rename mb_metacharinit() to mb_charinit() as it does not involve metafied characters.
* 35374: tab expansion with double width charactersPeter Stephenson2015-06-031-0/+9
|
* 34587: ensure multibyte characters don't overflow.Peter Stephenson2015-02-201-5/+15
| | | | | | They could start incorporating tokens, with bad karma. Add test.
* 28339: backslash-newline history without HIST_LEX_WORDSPeter Stephenson2010-10-101-0/+18
| | | | 28340: assignment to range of scalar variable with multibyte characters
* 27188: improve read -q by using read -k codePeter Stephenson2009-07-241-0/+6
|
* 26950: warn on failed attempt to change user or group IDPeter Stephenson2009-05-081-11/+19
| | | | 26593: print warning but dont fail test if simple Unicode conversion fails
* 26954: read should pass through invalid multibyte charactersPeter Stephenson2009-05-071-0/+6
|
* 26895: restrict multibyte sorting test to western European charctersPeter Stephenson2009-04-301-2/+2
|
* Paul Ackersviller: 26883: naming of UTF8 locales on HPUXPeter Stephenson2009-04-261-2/+2
|
* 26705: multibyte characters with Meta in ${(%)foo} etc.Peter Stephenson2009-03-101-0/+17
|
* 25969: two bugs with metafication plus a test for onePeter Stephenson2008-10-301-0/+7
|
* 25911: see if we can work around multibyte problems in file systemPeter Stephenson2008-10-181-9/+6
|
* 25845: fix pattern but with backslashed and metafied charatersPeter Stephenson2008-10-111-0/+11
|
* 24736: a couple more tests failing on SolarisPeter Stephenson2008-03-261-8/+0
|
* 24673: another attempt to sort characters the same way on multiple UTF-8Peter Stephenson2008-03-031-21/+15
| | | | implementations
* 24618: avoid problems with sorting of UTF-8 characters by using sortPeter Stephenson2008-02-271-2/+8
|
* 24275: fixes for multibyte characters on SolarisPeter Stephenson2007-12-171-6/+15
|
* 24070: some \u fixes in getkeystring()Peter Stephenson2007-11-061-0/+10
|
* 23792: test and documentation for improved backslash quotingPeter Stephenson2007-08-221-0/+6
|
* 23562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson2007-06-181-1/+1
|
* unposted: stop multibyte test files from cluttering up directoryPeter Stephenson2007-06-161-0/+1
|
* 23486: use {fd} syntax to get fd's for testsPeter Stephenson2007-05-291-1/+1
|
* 23278: fix NUMERICGLOBSORT, broken by multibyte fixesPeter Stephenson2007-04-151-0/+19
|
* fix metafication of ${(#)x}Peter Stephenson2007-02-101-0/+32
|
* 23119: lower case in sorting properlyPeter Stephenson2007-01-221-0/+11
|
* 23098: printf multibyte character widthsPeter Stephenson2007-01-091-0/+4
|
* 22980: 22952 messed up parameter padding flag optional argumentsPeter Stephenson2006-11-071-2/+2
|
* 22952: fix some argument delimiters to work with multibyte charactersPeter Stephenson2006-11-021-0/+14
|
* 22705: make ${(l...)...} and ${(r...)...} handle multibyte charactersPeter Stephenson2006-09-131-0/+14
|
* 22562: make ${...#...} etc. understand multibyte charactersPeter Stephenson2006-07-301-0/+19
|
* 22557: turn on multibyte option by defaultPeter Stephenson2006-07-251-1/+37
|
* 22556: Multibyte separators and delimitersPeter Stephenson2006-07-241-0/+54
|