aboutsummaryrefslogtreecommitdiff
path: root/libbb/unicode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply post-1.17.2 fixes, bump version to 1.17.31_17_3Denys Vlasenko2010-10-091-1/+1
* lineedit: fix column display for wide and combining chars in TAB completionTomas Heinrich2010-06-011-3/+14
* stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusingDenys Vlasenko2010-05-161-13/+13
* lineedit: partially fix wide and combining chars editingTomas Heinrich2010-05-161-1/+1
* libbb/lineedit: add support for preserving "broken" (non-unicode) charsTomas Heinrich2010-04-291-9/+3
* unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko2010-03-261-7/+427
* unicode: optional table for better handling of neutral bidi charsTomas Heinrich2010-03-261-93/+255
* lineedit: first shot at optional unicode bidi input supportTomas Heinrich2010-03-181-0/+132
* ls: fix handling of broken unicode sequencesDenys Vlasenko2010-01-311-22/+25
* further work on unicodizationDenys Vlasenko2010-01-301-18/+59
* more fine-grained Unicode supportDenys Vlasenko2010-01-291-16/+70
* testsuite-discovered fixesDenys Vlasenko2010-01-251-3/+5
* libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko2010-01-241-57/+153
* *: small code shrinks and compile fix for unicodeDenys Vlasenko2010-01-201-0/+3
* fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko2010-01-041-19/+27
* widen "Unicode in environment" checkDenys Vlasenko2009-07-161-1/+1
* lineedit+unicode: code shrinkDenys Vlasenko2009-07-161-22/+14
* comment fixes, no code changesDenys Vlasenko2009-07-161-1/+2
* tweaking Unicode supportDenys Vlasenko2009-07-111-60/+47
* added simplified Unicode support for non-locale-enabled buildsDenys Vlasenko2009-07-111-0/+241