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

Unicode 16.0 Support #111469

Merged
merged 3 commits into from
Jan 18, 2025
Merged

Unicode 16.0 Support #111469

merged 3 commits into from
Jan 18, 2025

Conversation

tarekgh
Copy link
Member

@tarekgh tarekgh commented Jan 15, 2025

No description provided.

@tarekgh
Copy link
Member Author

tarekgh commented Jan 15, 2025

/azp run runtime-ioslike,runtime-ioslikesimulator,runtime-maccatalyst

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@tarekgh
Copy link
Member Author

tarekgh commented Jan 15, 2025

/azp run runtime-androidemulator

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-globalization
See info in area-owners.md if you want to be subscribed.

@tarekgh
Copy link
Member Author

tarekgh commented Jan 15, 2025

@GrabYourPitchforks @stephentoub @jkotas @matouskozak could you please help review this change? Thanks!

CC @ericstj

@@ -204,14 +204,14 @@ private static void PrintValueArray<T>(string tableName, Dictionary<T, byte> d,

private static void PrintByteArray(string tableName, StreamWriter file, byte[] str)
{
file.Write("\n private static ReadOnlySpan<byte> " + tableName + " => new byte[" + str.Length + "]\n {\n");
file.Write("\n private static ReadOnlySpan<byte> " + tableName + " => // " + str.Length + "\n [\n");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commented length is just for readability / debuggability?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it gives some idea about the data size too.

@tarekgh
Copy link
Member Author

tarekgh commented Jan 16, 2025

/azp run runtime-ioslike,runtime-ioslikesimulator,runtime-maccatalyst

@tarekgh
Copy link
Member Author

tarekgh commented Jan 16, 2025

/azp run runtime-androidemulator

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@tarekgh
Copy link
Member Author

tarekgh commented Jan 17, 2025

/azp run runtime-ioslike,runtime-ioslikesimulator,runtime-maccatalyst

@tarekgh
Copy link
Member Author

tarekgh commented Jan 17, 2025

/azp run runtime-androidemulator

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@tarekgh tarekgh merged commit 112fa51 into dotnet:main Jan 18, 2025
176 of 187 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants