View Single Post
Posts: 268 | Thanked: 1,053 times | Joined on May 2010 @ The Netherlands
#68
Originally Posted by hxka View Post
Could you please add support for multibyte unicode characters?
As now, when you type multibyte character, backspace will delete only one byte instead of deleting whole character.
Thanks.
I'm not quite sure what support you're missing; all characters I've thrown at busybox-power are handled correctly, and completely removed after pressing backspace (e.g. "I♥NY", as from here)
Also, all relevant unicode options are already enabled in busybox-power's configuration file, at least as far as I can see:
Code:
CONFIG_UNICODE_SUPPORT=y
# CONFIG_UNICODE_USING_LOCALE is not set
CONFIG_FEATURE_CHECK_UNICODE_IN_ENV=y
CONFIG_SUBST_WCHAR=63
CONFIG_LAST_SUPPORTED_WCHAR=0
# CONFIG_UNICODE_COMBINING_WCHARS is not set
CONFIG_UNICODE_WIDE_WCHARS=y
CONFIG_UNICODE_BIDI_SUPPORT=y
CONFIG_UNICODE_NEUTRAL_TABLE=y
CONFIG_UNICODE_PRESERVE_BROKEN=y
If you're still missing support for a character of some kind, could you please post the character(s) in question here? That would be of great help to verify BusyBox' support for it.