On Sat, Dec 04, 2010 at 12:36:39PM +0300, ZyX wrote: > Reply to message «Bug in clipboard support with multibyte charactors?», > sent 11:28:07 04 December 2010, Saturday > by Yue Wu: > > Let me guess: browser is Opera? I filed them a bug (DSK-318975) because first
Yes, it's opera! > after Opera moved to a new engine, pasting from vim got spoiled. After I > updated > vim to 7.3 pasting to vim got spoiled as well. Workaround: use `xclip'. > xclip -o | xclip -i > and things work fine again. But the weired thing is that, xterm works fine in these conditions, just vim doesn't, so I suspect it's vim relative, not xterm and opera. > > It will be good if you file this bug again at http://bugs.opera.com/wizard: > as > bugtracker is not public, you should not have known that somebody reported > it, > but posting a duplicate will make this bug have a bit higher priority. > > Original message: > > In vim on xterm, yanking string that have multibyte charactors then > > paste into other GUI apps will make the string garbled. Say I have > > > > 测试 > > > > in file, yank it into "* and "+ and paste into browser will get the > > weird string: > > > > o$(A2bJT > > > > But paste into xterm itself fine. > > > > Typing "测试" directly in xterm outside vim then yank it with mouse > > will be fine when paste it into other GUI apps. > > > > I also notice, the yanking is fine for xterm, but after leaving vim, the > > string will become garbled even when paste in xterm. > > > > When copy charactors from other GUI apps, paste into vim with middle mouse > > click will be ok, but with "* or "+, string becomes garbled for multibyte > > charactors. > > > > > > > > OS: 8.1-STABLE > > > > vim version: > > VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Dec 4 2010 12:01:37) > > Included patches: 1-62 > > Compiled by [email protected] > > Big version without GUI. Features included (+) or not (-): > > +arabic +autocmd -balloon_eval -browse ++builtin_terms +byte_offset > > +cindent +clientserver +clipboard +cmdline_compl +cmdline_hist > > +cmdline_info +comments +conceal +cryptv +cscope +cursorbind +cursorshape > > +dialog_con +diff +digraphs -dnd -ebcdic +emacs_tags +eval +ex_extra > > +extra_search +farsi +file_in_path +find_in_path +float +folding -footer > > +fork() +gettext -hangul_input +iconv +insert_expand +jumplist +keymap > > +langmap +libcall +linebreak +lispindent +listcmds +localmap -lua +menu > > +mksession +modify_fname +mouse -mouseshape +mouse_dec -mouse_gpm > > -mouse_jsbterm +mouse_netterm +mouse_sysmouse +mouse_xterm +multi_byte > > +multi_lang -mzscheme +netbeans_intg -osfiletype +path_extra -perl > > +persistent_undo +postscript +printer -profile -python -python3 +quickfix > > +reltime +rightleft -ruby +scrollbind +signs +smartindent -sniff > > +startuptime +statusline -sun_workshop +syntax +tag_binary +tag_old_static > > -tag_any_white -tcl +terminfo +termresponse +textobjects +title -toolbar > > +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo > > +vreplace +wildignore +wildmenu +windows +writebackup +X11 +xfontset -xim > > +xsmp_interact +xterm_clipboard -xterm_save system vimrc file: > > "$VIM/vimrc" > > user vimrc file: "$HOME/.vimrc" > > user exrc file: "$HOME/.exrc" > > fall-back for $VIM: "/usr/local/share/vim" > > Compilation: cc -c -I. -Iproto -DHAVE_CONFIG_H -I/usr/local/include -O2 > > -pipe -march=pr escott -fno-strict-aliasing -march=prescott > > -D_FORTIFY_SOURCE=1 -I/usr/local/include Linking: cc -L/usr/local/lib > > -R/usr/local/lib -L/usr/local/lib -Wl,--as-needed -o vim -lSM -lICE -lXpm > > -lXt -lX11 -lXdmcp -lSM -lICE -lm -lelf -ltermlib -liconv -lintl -- Regards, Yue Wu Key Laboratory of Modern Chinese Medicines Department of Traditional Chinese Medicine China Pharmaceutical University No.24, Tongjia Xiang Street, Nanjing 210009, China -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
