We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7f706 commit 30af72eCopy full SHA for 30af72e
1 file changed
eval/public/cel_options.h
@@ -29,8 +29,7 @@ struct InterpreterOptions {
29
30
// Enable functions which return the string.size() as the number of unicode
31
// codepoints.
32
- // Starting on 4/7/2021 this will default to 'true'
33
- bool enable_string_size_as_unicode_codepoints = false;
+ bool enable_string_size_as_unicode_codepoints = true;
34
35
// Enable short-circuiting of the logical operator evaluation. If enabled,
36
// AND, OR, and TERNARY do not evaluate the entire expression once the the
0 commit comments