Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix Unicode CLDR database #4404

Merged
merged 3 commits into from
Sep 6, 2022
Merged

Hotfix Unicode CLDR database #4404

merged 3 commits into from
Sep 6, 2022

Conversation

compulim
Copy link
Contributor

@compulim compulim commented Sep 6, 2022

Related to #4403.

Changelog Entry

Fixed

  • Fixes #4403. Patched Unicode CLDR database which caused file upload in Polish to appear blank, by @compulim, in PR #4404

Description

Unicode CLDR v36 database downloaded by cldr-data-downloader has inconsistencies and causing issues for file upload in Polish.

Design

This is hotfixing the database by patching it to include necessary fields. This is not a long term fix.

Specific Changes

  • Added a new patch script to cldr-data to run on install
  • I have added tests and executed them locally
  • I have updated CHANGELOG.md
  • I have updated documentation

Review Checklist

This section is for contributors to review your work.

  • Accessibility reviewed (tab order, content readability, alt text, color contrast)
  • Browser and platform compatibilities reviewed
  • CSS styles reviewed (minimal rules, no z-index)
  • Documents reviewed (docs, samples, live demo)
  • Internationalization reviewed (strings, unit formatting)
  • package.json and package-lock.json reviewed
  • Security reviewed (no data URIs, check for nonce leak)
  • Tests reviewed (coverage, legitimacy)

@compulim compulim merged commit 5f52a6c into microsoft:main Sep 6, 2022
@compulim compulim deleted the fix-4403 branch September 6, 2022 21:52
compulim added a commit to compulim/BotFramework-WebChat that referenced this pull request Sep 6, 2022
* Hotfix Unicode CLDR database

* Add entry

* Add test
compulim added a commit that referenced this pull request Sep 6, 2022
* Hotfix Unicode CLDR database (#4404)

* Hotfix Unicode CLDR database

* Add entry

* Add test

* Update PR number
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.

Uploaded file in Polish appears to be empty
2 participants