Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix mb_ord() crash if internal encoding not supported | Nikita Popov | 2020-01-29 | 1 | -3/+8 |
* | Check for empty string in mb_ord() | Nikita Popov | 2017-08-04 | 1 | -1/+5 |
* | Also check for invalid codepoints in mb_ord() | Nikita Popov | 2017-08-04 | 1 | -1/+1 |
* | Always use Unicode codepoints in mb_ord() and mb_chr() | Nikita Popov | 2017-08-03 | 1 | -1/+1 |
* | pull-request/1100 | Yasuo Ohgaki | 2016-08-10 | 1 | -2/+26 |
* | add test for mb_chr and mb_ord | Masaki Kagaya | 2015-03-08 | 1 | -0/+16 |