OdyseeTeam / odysee-ios

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

LbryUri: use RegexBuilder to parse (iOS 16 only) #394

Open ktprograms opened 1 year ago

ktprograms commented 1 year ago

Use .matchingSemantics(.unicodeScalar) to match on individual unicode codepoints. This fixes a crash when url contains a nonspacing mark as the only character of a component (for example lbry://்#3).

Fix: #279