Page MenuHomePhorge

Fixed utf-8 regex
ClosedPublic

Authored by mollekopf on Jun 9 2021, 2:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 8, 4:40 PM
Unknown Object (File)
Wed, Oct 30, 10:04 AM
Unknown Object (File)
Wed, Oct 30, 10:04 AM
Unknown Object (File)
Wed, Oct 30, 10:02 AM
Unknown Object (File)
Oct 20 2024, 7:12 PM
Unknown Object (File)
Sep 13 2024, 8:41 AM
Unknown Object (File)
Sep 7 2024, 5:25 AM
Unknown Object (File)
Sep 7 2024, 4:31 AM
Subscribers
None

Details

Reviewers
None
Group Reviewers
iRony Developers
Commits
rI92b67311bc89: Fixed utf-8 regex
Summary

The utf-8 modifier is required for the multibyte character "»" to work within []

Diff Detail

Repository
rI iRony
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mollekopf created this revision.

Please note I did not actually run this code. I stole the regex and noticed that it didn't work, and had to add the utf8 modifier to get it to work.

This revision was not accepted when it landed; it landed in state Needs Review.Dec 30 2022, 2:32 PM
Closed by commit rI92b67311bc89: Fixed utf-8 regex (authored by mollekopf). · Explain Why
This revision was automatically updated to reflect the committed changes.