-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop using the deprecated utf8 API on RE2::Options
GitHub: #40 As re2 has deprecated [0] and now removed [1] the utf8 option, re-implement the option in the gem in terms of the encoding and set_encoding API. This should be entirely backward-compatible as the encoding API has been present since the initial release in 2010. Thanks to @buzzdeee for reporting this upcoming breaking change. [0]: google/re2@58141dc#diff-6dc69df7618951357bb5fb674c66aa34R640 [1]: google/re2@ac65d45#diff-6dc69df7618951357bb5fb674c66aa34L640-L649
- Loading branch information
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters