dominicad26 / vimtouch

Automatically exported from code.google.com/p/vimtouch
GNU General Public License v2.0
0 stars 0 forks source link

Please enable UTF-8 support (+multibyte) #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the current version, vim is compiled without multibyte support. 

Nearly all plain text files I (plan to) have and get are multibyte (UTF-8) 
files, so unfortunately this version of VIM is nearly useless to me, as much as 
I like the implementation so far.

Original issue reported on code.google.com by Bernhard...@gmail.com on 22 Apr 2012 at 4:08

GoogleCodeExporter commented 8 years ago
I am not the author.
I have try to add this freature, but I failed. Because the NDK does not support 
multibyte, compling failed at function mblen(). Then I try an unofficial NDK 
version(I forget what is the name). It also doesn't work.
I have coss-compile ctags and cscope, if someone need ... Sorry for my boken 
English.

Original comment by Sylar1...@gmail.com on 4 May 2012 at 5:42

GoogleCodeExporter commented 8 years ago
Fixed in v1.4

Original comment by momod...@gmail.com on 26 Aug 2012 at 9:03

GoogleCodeExporter commented 8 years ago
How did you fix it?

Original comment by marco.pr...@gmail.com on 27 Aug 2013 at 3:31

GoogleCodeExporter commented 8 years ago
use libiconv in ndk

Original comment by momod...@gmail.com on 27 Aug 2013 at 3:48