-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Kernel] Change string comparing from UTF16 to UTF8 (#3611)
## Description Changed string comparing from UTF16 to UTF8. This fixes comparison issues around the characters with surrogate pairs. ## How was this patch tested? Tests added to `DefaultExpressionEvaluatorSuite.scala`
- Loading branch information
1 parent
a0beb10
commit f468733
Showing
2 changed files
with
77 additions
and
1 deletion.
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
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