Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Add combining diacritics to hashtags
Browse files Browse the repository at this point in the history
  • Loading branch information
kscanne committed Apr 16, 2012
1 parent 95408af commit 054f55c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/regex.rb
Expand Up @@ -78,6 +78,7 @@ def self.regex_range(from, to = nil) # :nodoc:
regex_range(0x0289),
regex_range(0x028b),
regex_range(0x02bb),
regex_range(0x0300, 0x036f)
regex_range(0x1e00, 0x1eff)
].join('').freeze

Expand Down

0 comments on commit 054f55c

Please sign in to comment.