CLDR-17792 Don't strip ZWSP for value compare, allow currency symbol collision for it #3867
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CLDR-17792
Currently Survey Tools is reporting a display collision for \u200B (ZWSP) used as currency symbol for PTE in pt_PT, even though this is the value that has been there for several releases, and is the correct value to use since for this particular currency in pt_PT the symbol is actually in the decimal separator element; see https://st.unicode.org/cldr-apps/v#/pt_PT/C_SEEurope/7f78787c0e4c5be3 (best to view this with coverage set to Comprehensive to see the associated fields).
The error does not appear in offline unit tests or Console Check, so the fix here is somewhat speculative:
ALLOW_MANY_COMMITS=true