[Bug 372164] Re: non ASCII chars in hashtags dont work

2012-06-09 Thread Frédéric Grosshans
The bug seems corrected (Gwibber 3.4.1 on Precise )

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/372164

Title:
  non ASCII chars in hashtags dont work

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/372164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 372164] Re: non ASCII chars in hashtags dont work

2012-06-08 Thread Launchpad Bug Tracker
[Expired for gwibber (Ubuntu) because there has been no activity for 60
days.]

** Changed in: gwibber (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/372164

Title:
  non ASCII chars in hashtags dont work

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/372164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 372164] Re: non ASCII chars in hashtags dont work

2012-04-09 Thread Bilal Shahid
"Thanks for your patch, unfortunately our busy developers haven't been
able to review your patch in a timely manor. The gwibber codebase has
seen significant change and it is likely this patch no longer applies.
Please review it again and if it is still applicable, update it to work
with the latest gwibber trunk. We will be doing a patch review day in
the next few weeks and would like to review your patch. Thanks again for
your contribution!"

** Tags added: patch-day-old

** Changed in: gwibber (Ubuntu)
   Status: Triaged => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/372164

Title:
  non ASCII chars in hashtags dont work

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/372164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 372164] Re: non ASCII chars in hashtags dont work

2011-08-12 Thread Xavier Guillot
Problem still present in Gwibber 3.1.4.1 and also with french accents :
é è à...

Only letters before accents are taken in the hashtag link.

** Attachment added: "Gwibber-2.png"
   
https://bugs.launchpad.net/gwibber/+bug/372164/+attachment/2272627/+files/Gwibber-2.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/372164

Title:
  non ASCII chars in hashtags dont work

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/372164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 372164] Re: non ASCII chars in hashtags dont work

2011-04-04 Thread Nils Dabrock
The given patch fixes the bug. Works for me with revision 974.

** Patch added: "372164.patch"
   
https://bugs.launchpad.net/gwibber/+bug/372164/+attachment/1978495/+files/372164.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/372164

Title:
  non ASCII chars in hashtags dont work

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 372164] Re: non ASCII chars in hashtags dont work

2011-03-21 Thread Frédéric Grosshans
Why is this bug "incomplete" ? What information is missing ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/372164

Title:
  non ASCII chars in hashtags dont work

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 372164] Re: non ASCII chars in hashtags dont work

2011-03-09 Thread Ken VanDine
** Changed in: gwibber
   Status: Confirmed => Incomplete

** Changed in: gwibber
 Assignee: Ken VanDine (ken-vandine) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/372164

Title:
  non ASCII chars in hashtags dont work

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 372164] Re: non ASCII chars in hashtags dont work

2010-11-16 Thread Ken VanDine
** Changed in: gwibber
Milestone: 2.91.1 => 2.91.2

-- 
non ASCII chars in hashtags dont work
https://bugs.launchpad.net/bugs/372164
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 372164] Re: non ASCII chars in hashtags dont work

2010-11-16 Thread Ken VanDine
I tested the patch in comment #11, but it didn't seem to work using the
original test case.  I tried searching for #verdächtig and got no
results.

-- 
non ASCII chars in hashtags dont work
https://bugs.launchpad.net/bugs/372164
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 372164] Re: non ASCII chars in hashtags dont work

2010-11-13 Thread Omer Akram
the patch in comment #11 works fine. Ken could you please review and
merge.

** Changed in: gwibber
   Importance: Undecided => Low

** Changed in: gwibber
Milestone: None => 2.91.1

** Changed in: gwibber
 Assignee: (unassigned) => Ken VanDine (ken-vandine)

-- 
non ASCII chars in hashtags dont work
https://bugs.launchpad.net/bugs/372164
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 372164] Re: non ASCII chars in hashtags dont work

2010-06-26 Thread Sigve Indregard
You should probably copy Twitter's own twitter-text library. Their regex
is a bit more complicated, and in Ruby, an I am not proficient enough in
Python to push a real patch:

LATIN_ACCENTS = [(0xc0..0xd6).to_a, (0xd8..0xf6).to_a, 
(0xf8..0xff).to_a].flatten.pack('U*').freeze
HASHTAG_CHARACTERS = /[a-z0-9_#{LATIN_ACCENTS}]/io

However, HASHTAG_CHARACTERS are only allowed from position 2 and on:

REGEXEN[:auto_link_hashtags] =
/(^|[^0-9A-Z&\/]+)(#|#)([0-9A-Z_]*[A-Z_]+#{HASHTAG_CHARACTERS}*)/io

-- 
non ASCII chars in hashtags dont work
https://bugs.launchpad.net/bugs/372164
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 372164] Re: non ASCII chars in hashtags dont work

2010-06-09 Thread David Futcher
** Tags added: patch-forwarded-upstream

-- 
non ASCII chars in hashtags dont work
https://bugs.launchpad.net/bugs/372164
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 372164] Re: non ASCII chars in hashtags dont work

2010-05-09 Thread pogi
this one should do the trick against 2.30.0.1 (and afaik current
revision too)

** Patch added: "util.diff"
   http://launchpadlibrarian.net/48158284/util.diff

** Tags added: patch
** Tags removed: patch-needswork

-- 
non ASCII chars in hashtags dont work
https://bugs.launchpad.net/bugs/372164
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 372164] Re: non ASCII chars in hashtags dont work

2010-05-09 Thread Nigel Babu
This patch does not apply to the lucid gwibber source.  Please see if
the patch can be redone for the current sources.  I'm marking this
'patch-needswork', once you have another patch for review, feel free to
change the tag to 'patch'

** Tags added: patch-needswork
** Tags removed: patch

-- 
non ASCII chars in hashtags dont work
https://bugs.launchpad.net/bugs/372164
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 372164] Re: non ASCII chars in hashtags dont work

2010-05-09 Thread Omer Akram
Ake K, your patch does not work with the latest version things have
changed a bit can you please make a new patch?

-- 
non ASCII chars in hashtags dont work
https://bugs.launchpad.net/bugs/372164
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 372164] Re: non ASCII chars in hashtags dont work

2010-05-07 Thread Omer Akram
** Also affects: gwibber (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gwibber (Ubuntu)
   Importance: Undecided => Low

** Changed in: gwibber (Ubuntu)
   Status: New => Triaged

** Tags added: patch

-- 
non ASCII chars in hashtags dont work
https://bugs.launchpad.net/bugs/372164
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs