Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Upgrade Linux build to use Unicode 8.0 #5221

Merged
merged 1 commit into from
May 25, 2016

Conversation

tarekgh
Copy link
Member

@tarekgh tarekgh commented May 25, 2016

We have done this upgrade for Windows awhile ago. the change here is to do the same for Linux
The fix should take care with the issue https://github.com/dotnet/corefx/issues/7351

We have done this upgrade for Windows awhile ago. the change here is to do the same for Linux
The fix should take care with the issue https://github.com/dotnet/corefx/issues/7351
@tarekgh
Copy link
Member Author

tarekgh commented May 25, 2016

@ellismg could you please have a look? this is pure data changes and there is no real code change. let me know if you have any question

@ellismg
Copy link

ellismg commented May 25, 2016

LGTM

@tarekgh tarekgh merged commit 8eb31f2 into dotnet:master May 25, 2016
@tarekgh
Copy link
Member Author

tarekgh commented May 25, 2016

thanks @ellismg

@hughbe
Copy link

hughbe commented May 26, 2016

Nice. I'm curious: why do we have two separate implementations of System.Globalisation. It seems that the Windows code is already there In the corefx but uses a different code base in the src folder

@tarekgh
Copy link
Member Author

tarekgh commented May 26, 2016

@hughbe

I'm curious: why do we have two separate implementations of System.Globalisation

we are planning at some point to consolidates the code between Windows and Linux. we originally used the refactored code in Linux implementation but didn't have chance to consolidate it with Windows implementation.

@hughbe
Copy link

hughbe commented May 26, 2016

Why didn't you have the chance? Thanks

@tarekgh
Copy link
Member Author

tarekgh commented May 26, 2016

@hughbe because it needs some effort and time. for example, we'll need to consolidate the PAL layer. and carefully look at the two implementation and pick the reasonable one without introducing any regression. there is also part o the code need to be more refactored (like TimeZoneInfo)...etc. so this is not a priority item for now to do.

@tarekgh tarekgh deleted the UpgradeUnixBuildToUnicode8 branch March 25, 2019 15:27
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…oUnicode8

Upgrade Linux build to use Unicode 8.0

Commit migrated from dotnet/coreclr@8eb31f2
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants