diff options
author | Marek Safar <marek.safar@gmail.com> | 2019-01-04 02:34:03 +0100 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2019-01-03 15:34:03 -1000 |
commit | 8d2f4ed72a9d48164a4c8147fe7911e62a5d9594 (patch) | |
tree | 69aac796ea6d8d0a0013dbe92788ded6970893d5 /clr.coreclr.props | |
parent | 10c3e60c863d01f638daa240af957c3c5791cda5 (diff) | |
download | coreclr-8d2f4ed72a9d48164a4c8147fe7911e62a5d9594.tar.gz coreclr-8d2f4ed72a9d48164a4c8147fe7911e62a5d9594.tar.bz2 coreclr-8d2f4ed72a9d48164a4c8147fe7911e62a5d9594.zip |
Adds portable version of EncodingTable (#21735)
* Adds portable version of EncodingTable
Most of the implementation is extracted from CoreRT
* Use string comparer directly
* Remove no longer used COMNlsInfo
* Adds localization support
* Removes FeatureCoreFxGlobalization configuration
* Remove redudant encodings look up from GetEncoding
* Keep Hashtable for nameToCodePage as it does not lock on read
* Replace locked dictionary lookup with short switch
* Include comment with msbuild task link used to generate the data file
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r-- | clr.coreclr.props | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props index 6ebc3609b7..e935fee171 100644 --- a/clr.coreclr.props +++ b/clr.coreclr.props @@ -18,8 +18,6 @@ <FeatureArrayStubAsIL>true</FeatureArrayStubAsIL> <FeatureMulticastStubAsIL>true</FeatureMulticastStubAsIL> <FeatureStubsAsIL>true</FeatureStubsAsIL> - - <FeatureCoreFxGlobalization>true</FeatureCoreFxGlobalization> </PropertyGroup> <PropertyGroup Condition="'$(TargetsWindows)' == 'true'"> |