Re: Google Chrome under Linux and problems with "* and "+

2010-04-03 Thread Raúl Núñez de Arenas Coronado
Hi Ben :) On Thu, Apr 1, 2010 at 05:38, Benjamin R. Haskell wrote: > FWIW, this appears to work fine for me (both selection and > copying-to-clipboard) with Chromium 4.0.266.0 (Developer Build 33995). I'm using 5.0.360.5 dev, but it didn't work either with latest stable release. > Chromium stil

Re: Google Chrome under Linux and problems with "* and "+

2010-04-03 Thread Raúl Núñez de Arenas Coronado
Saluton Ted :) Ted skribis: > Hi Raúl, I've been having the same problem. Somewhere along the line > the copied text is getting converted from ISO-8859-1 to utf-8. Or viceversa, maybe. Look what I'm getting after selecting and copying my name: ~$ xclip -o -selection clipboard | od -tx1 000

Re: Google Chrome under Linux and problems with "* and "+

2010-03-31 Thread Benjamin R. Haskell
On Wed, 31 Mar 2010, Ted wrote: > Hi Raúl, > I've been having the same problem. Somewhere along the line the > copied text is getting converted from ISO-8859-1 to utf-8. This > causes problems because it's actually already in UTF-8. So to convert > the current line back you can do > > :.!

Re: Google Chrome under Linux and problems with "* and "+

2010-03-31 Thread Ted
Hi Raúl, I've been having the same problem. Somewhere along the line the copied text is getting converted from ISO-8859-1 to utf-8. This causes problems because it's actually already in UTF-8. So to convert the current line back you can do :.!iconv -f utf-8 -t ISO-8859-1 I have no idea why t

Google Chrome under Linux and problems with "* and "+

2010-03-31 Thread Raúl Núñez de Arenas Coronado
Hi all :) Since this may be my fault (or Chrome's fault) I won't go into deep details. Instead, I'll show a small example. I select and copy in Google Chrome (using Ctrl-C) the word "Raúl" (that is, my name). I open any program and paste, and the text pasted is exactly "Raúl". Now I open console