summaryrefslogtreecommitdiff
path: root/libbb/unicode.c
Commit message (Expand)AuthorAgeFilesLines
* unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-301-1/+1
* libbb: fix potential NULL pointer useDenys Vlasenko2018-09-031-0/+2
* lineedit: improve Unicode handling (still buggy though)Denys Vlasenko2013-08-191-4/+1
* Call setlocale("") , not "C", if we want to set the default oneDenys Vlasenko2013-07-071-3/+12
* unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko2013-07-051-0/+8
* unicode: check $LC_ALL to detect Unicode mode, not only $LANGDenys Vlasenko2013-07-021-4/+10
* lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=yDenys Vlasenko2011-03-271-3/+4
* ash,hush: recheck LANG before every line inputDenys Vlasenko2011-03-231-11/+17
* libbb unicode: comment out usused function and unused parameterDenys Vlasenko2011-01-111-5/+6
* unicode: update unicode_width on !unicode branch too. Closes bug 2593Denys Vlasenko2010-10-291-2/+5
* lineedit: fix completion with Unicode charsDenys Vlasenko2010-09-021-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-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