[Pidgin] #13141: Some links with national characters cannot be pasted
Pidgin
trac at pidgin.im
Wed Jun 29 16:13:53 EDT 2011
#13141: Some links with national characters cannot be pasted
--------------------+-------------------------------------------------------
Reporter: checat | Owner: datallah
Type: defect | Status: new
Milestone: | Component: winpidgin (gtk)
Version: 2.7.9 | Resolution:
Keywords: |
--------------------+-------------------------------------------------------
Comment(by DabjeilQutwyngo):
Same problem.
Interesting details.
URL-like strings with known protocols with some printable ASCII symbols
from 0x7F - 0xFF can't be pasted into conversation window. Also, ''"Paste
as simple text"'' action does nothing. So, the only workaround - split in
and paste separate parts.
Can't be pasted (in quoted PCRE for Russian Alphabet):
{{{
ftp://[а-еж-пА-Я]абвгд
svn://host/repos/[а-еж-пА-Я]аталог
}}}
But can be pasted successfully (in quoted PCRE for Russian Alphabet):
{{{
ftp://[ёрстуфхцчшщъыьэюя]абвгд
svn://host/repos/[ёрстуфхцчшщъыьэюя]аталог
}}}
If select some text before pasting, null string will be pasted and replace
selected text instead of does nothing.
But the strings with unknown protocol can be pasted successfully:
{{{
dc://абвгд
dc++://абвгд
newproto://хост
svn+ssh://хост
}}}
OS: Windows 2000 Professional Edition, Russian Locale, 0x419
--
Ticket URL: <http://developer.pidgin.im/ticket/13141#comment:1>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list