|
1 | 1 | # ICU (MS-ICU)
|
2 | 2 |
|
3 |
| -> See the official [International Components for Unicode](http://site.icu-project.org/) site for an introduction to ICU. |
4 |
| -
|
5 |
| -This repository is a fork of the [ICU](https://github.com/unicode-org/icu) project (specifically ICU4C) with changes. This fork is maintained by the Microsoft Global Foundations team. |
6 |
| - |
7 |
| -The changes in this repository fall into the following broad categories: |
8 |
| -- Maintenance related changes. |
9 |
| -- Changes needed for consumption inside various Microsoft products. |
10 |
| -- Additional locales from CLDR to improve parity with existing NLS locale support, and changes to address customer issues and feedback. |
11 |
| - |
12 |
| -Before reporting any issues, or creating any pull-request(s), please ensure that your issue or change is related to one of the above reasons. |
13 |
| - |
14 |
| -Any other issues, changes, bug fixes, improvements, enhancements, etc. should be made in the upstream project here: |
15 |
| -- Upstream source: https://github.com/unicode-org/icu |
16 |
| -- Upstream issues: https://unicode-org.atlassian.net/projects/ICU |
17 |
| - |
18 |
| -## Build Status |
19 |
| - |
20 |
| -[](https://dev.azure.com/ms/icu/_build/latest?definitionId=367&branchName=master) |
21 |
| - |
22 |
| -## Contributing |
23 |
| - |
24 |
| -> 👉 Note: Please make sure your change(s) cannot be made upstream first. |
25 |
| -
|
26 |
| -Most bug fixes, improvements, enhancements, etc. should be made in the upstream project here: https://github.com/unicode-org/icu |
27 |
| - |
28 |
| -Otherwise, this project welcomes contributions and suggestions. Most contributions require you to agree to a |
29 |
| -Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us |
30 |
| -the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com. |
31 |
| - |
32 |
| -When you submit a pull request, a CLA bot will automatically determine whether you need to provide |
33 |
| -a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions |
34 |
| -provided by the bot. You will only need to do this once across all repos using our CLA. |
35 |
| - |
36 |
| -## Code of Conduct |
37 |
| - |
38 |
| -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). |
39 |
| -For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or |
40 |
| -contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. |
41 |
| - |
42 |
| -## License |
43 |
| - |
44 |
| -The contents of this repository are licensed under the terms described in the [LICENSE](LICENSE) file. |
| 3 | +This is a fork of https://github.com/microsoft/icu for enabling dotnet on WebAssembly. |
0 commit comments