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, Feb 28, 5:53 AM
Unknown Object (File)
Fri, Feb 28, 5:43 AM
Unknown Object (File)
Sat, Feb 15, 9:47 PM
Unknown Object (File)
Tue, Feb 11, 12:41 AM
Unknown Object (File)
Tue, Feb 11, 12:41 AM
Unknown Object (File)
Tue, Feb 11, 12:41 AM
Unknown Object (File)
Mon, Feb 3, 10:15 PM
Unknown Object (File)
Sat, Feb 1, 8:35 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.