Page MenuHomePhorge

Fixed utf-8 regex
ClosedPublic

Authored by mollekopf on Jun 9 2021, 2:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 27, 8:58 PM
Unknown Object (File)
Fri, May 24, 5:49 AM
Unknown Object (File)
Tue, May 21, 12:22 PM
Unknown Object (File)
Mon, May 20, 5:50 AM
Unknown Object (File)
Mon, May 20, 4:27 AM
Unknown Object (File)
Sun, May 19, 1:31 AM
Unknown Object (File)
Fri, May 17, 7:44 AM
Unknown Object (File)
Wed, May 8, 1:59 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.