Skip to content

Commit

Permalink
operator==() for Unicode properties was omitting one property, which …
Browse files Browse the repository at this point in the history
…resulted in wrong choice of unique properties for characters 451-45f.

Reviewed-By: Thiago Macieira <[email protected]>
Reviewed-By: Denis Dzyubenko <[email protected]>
  • Loading branch information
caslav-ilic authored and Thiago Macieira committed Jul 1, 2009
1 parent b2d61c9 commit 70137e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/unicode/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ struct PropertyFlags {
&& lowerCaseDiff == o.lowerCaseDiff
&& upperCaseDiff == o.upperCaseDiff
&& titleCaseDiff == o.titleCaseDiff
&& caseFoldDiff == o.caseFoldDiff
&& lowerCaseSpecial == o.lowerCaseSpecial
&& upperCaseSpecial == o.upperCaseSpecial
&& titleCaseSpecial == o.titleCaseSpecial
Expand Down

0 comments on commit 70137e0

Please sign in to comment.