index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
unicode.c
Age
Commit message (
Expand
)
Author
2010-05-16
stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusing
Denys Vlasenko
2010-05-16
lineedit: partially fix wide and combining chars editing
Tomas Heinrich
2010-04-29
libbb/lineedit: add support for preserving "broken" (non-unicode) chars
Tomas Heinrich
2010-03-26
unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE
Denys Vlasenko
2010-03-26
unicode: optional table for better handling of neutral bidi chars
Tomas Heinrich
2010-03-18
lineedit: first shot at optional unicode bidi input support
Tomas Heinrich
2010-01-31
ls: fix handling of broken unicode sequences
Denys Vlasenko
2010-01-30
further work on unicodization
Denys Vlasenko
2010-01-29
more fine-grained Unicode support
Denys Vlasenko
2010-01-25
testsuite-discovered fixes
Denys Vlasenko
2010-01-24
libbb: better unicode width support. Hopefully fixes bug 839.
Denys Vlasenko
2010-01-20
*: small code shrinks and compile fix for unicode
Denys Vlasenko
2010-01-04
fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...
Denys Vlasenko
2009-07-16
widen "Unicode in environment" check
Denys Vlasenko
2009-07-16
lineedit+unicode: code shrink
Denys Vlasenko
2009-07-16
comment fixes, no code changes
Denys Vlasenko
2009-07-11
tweaking Unicode support
Denys Vlasenko
2009-07-11
added simplified Unicode support for non-locale-enabled builds
Denys Vlasenko