diff options
author | Matt Ellis <matell@microsoft.com> | 2016-05-19 11:48:56 -0700 |
---|---|---|
committer | Matt Ellis <matell@microsoft.com> | 2016-05-19 16:12:35 -0700 |
commit | 4cdc520c627c655d9ebe52cc715baf2a30f2337d (patch) | |
tree | 119329702bb75c38e3f23dfe06c2ccff96b2e57f /build.sh | |
parent | f1d6f7abbc5dd716cea4dc75b3da8043b9759ded (diff) | |
download | coreclr-4cdc520c627c655d9ebe52cc715baf2a30f2337d.tar.gz coreclr-4cdc520c627c655d9ebe52cc715baf2a30f2337d.tar.bz2 coreclr-4cdc520c627c655d9ebe52cc715baf2a30f2337d.zip |
Ignore empty collation elements in EndsWith
We should ignore empty collaction elements at the end of the string
when doing our EndsWith checks. This means the match ICU finds might
not span to the end of string, but the only elements after the match
before the end are completely ignorable.
U+00AD (SOFT HYPHEN) is one such case where the codepoint is completely
ignorable.
Fixes dotnet/corefx#3467
Diffstat (limited to 'build.sh')
0 files changed, 0 insertions, 0 deletions