mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	Allows multilingual support in hashtags
This commit is contained in:
		| @@ -33,7 +33,8 @@ import static org.schabi.newpipe.util.external_communication.InternalUrlsHandler | |||||||
| public final class TextLinkifier { | public final class TextLinkifier { | ||||||
|     public static final String TAG = TextLinkifier.class.getSimpleName(); |     public static final String TAG = TextLinkifier.class.getSimpleName(); | ||||||
|  |  | ||||||
|     private static final Pattern HASHTAGS_PATTERN = Pattern.compile("(#[A-Za-z0-9_]+)"); |     private static final Pattern HASHTAGS_PATTERN = | ||||||
|  |             Pattern.compile("(#[A-Za-z0-9_\\u0080-\\uFFFF]+)"); | ||||||
|  |  | ||||||
|     private TextLinkifier() { |     private TextLinkifier() { | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jaspann
					Jaspann