OdyseeTeam / odysee-ios

The Odysee iOS app with wallet functionality.
MIT License
67 stars 22 forks source link

URIs with Unicode fixes #431

Closed ktprograms closed 1 year ago

ktprograms commented 1 year ago

Use NSString.substring(with:) for getting regex groups

Fix: #279 Fix: #429 Supersedes: #394 (Still keep this around as switching to Swift 5.7 Regex simplifies a lot of code)

Edit: Although the commit message says zero-width joining characters are the problem, the category of characters that includes ் is actually the nonspacing marks.


Percent encode URLs for fetching non-video content