Page MenuHomePhorge

Fixed utf-8 regex
ClosedPublic

Authored by mollekopf on Jun 9 2021, 2:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 12, 9:05 AM
Unknown Object (File)
Thu, Mar 7, 8:32 AM
Unknown Object (File)
Feb 11 2024, 2:11 AM
Unknown Object (File)
Feb 4 2024, 11:25 AM
Unknown Object (File)
Jan 23 2024, 7:36 PM
Unknown Object (File)
Jan 16 2024, 6:56 AM
Unknown Object (File)
Jan 15 2024, 9:44 PM
Unknown Object (File)
Jan 14 2024, 7:40 PM
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.