We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3562c7 commit 361760bCopy full SHA for 361760b
1 file changed
app/src/main/java/org/schabi/newpipe/util/external_communication/TextLinkifier.java
@@ -33,7 +33,8 @@
33
public final class TextLinkifier {
34
public static final String TAG = TextLinkifier.class.getSimpleName();
35
36
- private static final Pattern HASHTAGS_PATTERN = Pattern.compile("(#[A-Za-z0-9_]+)");
+ private static final Pattern HASHTAGS_PATTERN =
37
+ Pattern.compile("(#[A-Za-z0-9_\\u0080-\\uFFFF]+)");
38
39
private TextLinkifier() {
40
}
0 commit comments