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

CLDR-17566 Converting brs-copy-en_gb-to-en_001 to markdown #3784

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions docs/site/downloads/brs-copy-en_gb-to-en_001.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Copy en_GB to en_001
---


# BRS: Copy en\_GB to en\_001

The program **CompareEn.java** can be used to copy data from en\_GB up to en\_001.

Options:

- \-u (uplevel) — move elements from en\_GB into en\_oo1. By default, the output directory is common/main and common/annotations in trunk
- If not present, just write a comparison to Generated/cldr/comparison/en.txt
- \-v (verbose) — provide verbose output

1. Run with no options first.
1. That generates a file that indicates what changes would be made.
2. Put that file in a spreadsheet
3. Post to the CLDR TC for review.
4. You'll then want to retract any items that shouldn't be copied.
5. Change CompareEn.java if there are paths that should be skipped in the future.
2. Once you agree on the results, you'll run -u.
1. That will modify your local copy of en\_oo1.xml
2. Then do a diff with HEAD to make sure it matches expectations
3. Then check in en\_oo1.xml and CompareEn.java

![Unicode copyright](https://www.unicode.org/img/hb_notice.gif)
Loading