-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[atoms] Fix getText atom for unicode charater middle of word (#8736)
* [atoms] Fix getText atom for unicode charater middle of word The change to getText atom by commit c065dda does not handle case when unicode character is in the middle of a word, and unicode character will be incorrectly capitalized (see https://bugs.chromium.org/p/chromedriver/issues/detail?id=3611). The problem is \b mark the boundary between word character and unicode character as a boundary. This is fixed by explicitly using unicode flag and specifying unicode character and unicode symbol. * [atoms] Add meta tag for charset in test html Add charset for utf-8 in text_test.html
- Loading branch information
Showing
2 changed files
with
30 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