aboutsummaryrefslogtreecommitdiff
path: root/utf8.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03Unicode ranges are closed intervalsPietro Cerutti1-2/+2
2019-10-28utf8_strlen: Improve performanceSteve Bennett1-4/+3
2018-09-04Tidy some signed/unsigned comparisonsSteve Bennett1-1/+1
2017-12-31utf8: Be more strict at rejecting invalid UTF-8 sequences.Steve Bennett1-3/+12
2017-03-11Fix buffer overrun in utf8_index()HummyPkg1-1/+1
2016-09-05Add utf-8 display width infoSteve Bennett1-7/+60
2016-09-05Update linenoise to the latest versionSteve Bennett1-2/+2
2014-01-15utf8: remove unused utf8_charequal()Steve Bennett1-10/+0
2013-09-19Build on platforms without isasciiSteve Bennett1-0/+5
2011-12-02Extend UTF-8 support past the BMPSteve Bennett1-2/+16
2011-11-28Add support for [string totitle]Steve Bennett1-0/+9
2011-10-10Simplify the way unicode case mapping is doneSteve Bennett1-28/+19
2011-09-12Trim the size of the boostrap jimsh sourceSteve Bennett1-2/+2
2011-07-13Simplify approach for generated codeSteve Bennett1-1/+1
2011-06-10Small optimisation for utf8 case mappingSteve Bennett1-23/+13
2011-04-21More efficient [string trimright] and [string last]Steve Bennett1-0/+22
2010-11-17Update documentation to cover UTF-8 support for regexpSteve Bennett1-3/+7
2010-11-17Add UTF-8 support to JimSteve Bennett1-0/+176