Bug 2509 - vi: Broken unicode support in 1.17
Summary: vi: Broken unicode support in 1.17
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.24.x
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-04 04:58 UTC by Leonid
Modified: 2016-04-13 13:28 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid 2010-09-04 04:58:34 UTC
1.17 regression (1.16.2 works well) - broken spacing in vi for unicode text.

Steps to reproduce:
1) execute vi, switch to insert mode ('i')

2) try to enter any unicode word, for example - привет
(\x43F\x440\x438\x432\x435\x442)

3) got wrong indentation after third character (extra spaces):
при   в е т 


Config is equal to bug 2311 - https://bugs.busybox.net/attachment.cgi?id=2287
Comment 1 Leonid 2010-09-04 05:05:46 UTC
Sorry, I erroneously wrote that it is works in 1.16.2 - it's broken too.
Comment 2 Leonid 2011-02-10 18:58:36 UTC
1.18.3 - same effect
Comment 3 pvl 2016-04-13 13:28:47 UTC
2016 year and still no support for Unicode in vi :( Pls, fix it!