Skip to content

CLDR-19649 Test ICU4J currency formatting fallback for XYZ (symbol vs full name) - #6002

Draft
younies wants to merge 2 commits into
unicode-org:mainfrom
younies:CLDR-19649-currency-fallback-xyz-test
Draft

CLDR-19649 Test ICU4J currency formatting fallback for XYZ (symbol vs full name)#6002
younies wants to merge 2 commits into
unicode-org:mainfrom
younies:CLDR-19649-currency-fallback-xyz-test

Conversation

@younies

@younies younies commented Aug 3, 2026

Copy link
Copy Markdown
Member

Summary

Draft PR demonstrating the ICU4J currency formatting fallback behavior when formatting a currency without localized symbol or display names (XYZ) in the en locale, for context with CLDR-19649.

Behavior Demonstrated

Formatting value 1234.5678 with currency XYZ in en:

  • Symbol / Short (UnitWidth.SHORT): ISO code XYZ is used as the symbol in the standard currency pattern (prefix with non-breaking space):
    "XYZ 1,234.57"
  • Full Name / Long (UnitWidth.FULL_NAME): ISO code XYZ is used as the unit display name in the unit/plural pattern:
    "1,234.57 XYZ"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant