Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.04 KB

File metadata and controls

22 lines (13 loc) · 1.04 KB

This folder contains the program used to generate the Unicode character categories file CharUnicodeInfoData.cs.

Before running this tool, ensure the following are all in sync:

Once this has been configured, from this directory, invoke:

dotnet run

If you want to include casing data (simple case mappings + case folding) in the generated file, execute:

dotnet run -- -IncludeCasingData

Then move the generated CharUnicodeInfoData.cs file to $(LIBRARIESROOT)\System.Private.CoreLib\src\System\Globalization, overwriting the file in that directory, and commit it. DO NOT commit the file to this directory.