Skip to content

Commit

Permalink
add Japanese ideographic iteration mark ('々') as possible hashtag cha…
Browse files Browse the repository at this point in the history
…racter.
  • Loading branch information
keita committed Jul 13, 2011
1 parent 20244a5 commit f0f87ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/twitter/Regex.java
Expand Up @@ -15,7 +15,7 @@ public class Regex {
"\\u0400-\\u04ff0\\u0500-\\u0527" + // Cyrillic
"\\u1100-\\u11ff\\u3130-\\u3185\\uA960-\\uA97F\\uAC00-\\uD7AF\\uD7B0-\\uD7FF" + // Hangul (Korean)
"\\p{InHiragana}\\p{InKatakana}" + // Japanese Hiragana and Katakana
"\\p{InCJKUnifiedIdeographs}" + // Japanese Kanji / Chinese Han
"\\p{InCJKUnifiedIdeographs}\\u3005" + // Japanese Kanji / Chinese Han
"\\uff21-\\uff3a\\uff41-\\uff5a" + // full width Alphabet
"\\uff66-\\uff9f" + // half width Katakana
"\\uffa1-\\uffdc"; // half width Hangul (Korean)
Expand Down

0 comments on commit f0f87ab

Please sign in to comment.