Hi, I have done both things, recompiled etc, and still encounter the same problem.
sjohn...@web2:~$ vim --version | grep multi -mouse_jsbterm +mouse_netterm -mouse_sysmouse +mouse_xterm *+multi_byte* +multi_lang -mzscheme -netbeans_intg -osfiletype +path_extra -perl +postscript sjohn...@web2:~$ vim --version | grep Big *Big* version without GUI. Features included (+) or not (-): I am tempted to possibly record a video of this happening, as it is driving me nuts that I can't do any Japanese IME input in Vim anymore. The problem also happens if I start vim without any file-to-edit params, and type in japanese. As soon as I Escape out of Insert mode, it screws the chars up. 1 ▒~L▒m▒~A~J 2 ▒~A~O▒~B~B That's what the text looks like, instead of JP characters. Any help greatly appreciated. Like I said before, it all changed after I upgraded Vim :( 2009/4/27 Agathoklis D. Hatzimanikas <[email protected]> > > On Mon, Apr 27, at 10:22 smu johnson wrote: > > Hi, > > > > I used to run vim 6.0 or so that came with an old Ubuntu installation, > and > > out of the box, it left me edit Japanese UTF-8 type text files. > > > > Now, having compiled Vim 7.2 from Bram's source, it doesn't seem to > support > > this out of the box. Instead shows a bunch of hideous ~^09 type > characters > > for 1 character (or something that looks just as ugly.) > > > > I did this: > > > > *./configure > > make > > sudo make install > > * > > Is there a simple arg I can do to simply just get a function Vim without > > having to read 500 pages of documentation? Something like *./configure > > --add_basic_utf_support* > > if the output of echo has('multi_byte') is 0, you might want to > configure vim with: > > ./configure --enable-multibyte > or > ./configure --with-features=big > > Read more in: > > :help +multi_byte > > or in the output of: > > ./configure --help > > > smu johnson > > Regards, > Agathoklis. > > > > -- smu johnson <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
