aboutsummaryrefslogtreecommitdiff
path: root/libbb/unicode.c
AgeCommit message (Expand)Author
2020-11-30unicode: relax array alignment for tablesDenys Vlasenko
2020-11-30unicode: fix handling of short 1-4 char tablesDenys Vlasenko
2019-07-23unicode: code shrink in character width determinationDenys Vlasenko
2018-09-30unzip: use printable_string() for printing filenamesDenys Vlasenko
2018-09-03libbb: fix potential NULL pointer useDenys Vlasenko
2013-08-19lineedit: improve Unicode handling (still buggy though)Denys Vlasenko
2013-07-07Call setlocale("") , not "C", if we want to set the default oneDenys Vlasenko
2013-07-05unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko
2013-07-02unicode: check $LC_ALL to detect Unicode mode, not only $LANGDenys Vlasenko
2011-03-27lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=yDenys Vlasenko
2011-03-23ash,hush: recheck LANG before every line inputDenys Vlasenko
2011-01-11libbb unicode: comment out usused function and unused parameterDenys Vlasenko
2010-10-29unicode: update unicode_width on !unicode branch too. Closes bug 2593Denys Vlasenko
2010-09-02lineedit: fix completion with Unicode charsDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-01lineedit: fix column display for wide and combining chars in TAB completionTomas Heinrich
2010-05-16stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusingDenys Vlasenko
2010-05-16lineedit: partially fix wide and combining chars editingTomas Heinrich
2010-04-29libbb/lineedit: add support for preserving "broken" (non-unicode) charsTomas Heinrich
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko
2010-03-26unicode: optional table for better handling of neutral bidi charsTomas Heinrich
2010-03-18lineedit: first shot at optional unicode bidi input supportTomas Heinrich
2010-01-31ls: fix handling of broken unicode sequencesDenys Vlasenko
2010-01-30further work on unicodizationDenys Vlasenko
2010-01-29more fine-grained Unicode supportDenys Vlasenko
2010-01-25testsuite-discovered fixesDenys Vlasenko
2010-01-24libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko
2010-01-20*: small code shrinks and compile fix for unicodeDenys Vlasenko
2010-01-04fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko
2009-07-16widen "Unicode in environment" checkDenys Vlasenko
2009-07-16lineedit+unicode: code shrinkDenys Vlasenko
2009-07-16comment fixes, no code changesDenys Vlasenko
2009-07-11tweaking Unicode supportDenys Vlasenko
2009-07-11added simplified Unicode support for non-locale-enabled buildsDenys Vlasenko