Add Normalization wrappers on top of ICU
authorMatt Ellis <matell@microsoft.com>
Thu, 16 Jul 2015 19:48:17 +0000 (12:48 -0700)
committerMatt Ellis <matell@microsoft.com>
Tue, 22 Sep 2015 18:48:28 +0000 (11:48 -0700)
commit4d199ab379d4364a6202a6bfcd5e79ede77e624d
treee62675218a7b02fc2d21fe62365bae0bd74df919
parente879597385221df7131042d1e0830b87f7632a01
Add Normalization wrappers on top of ICU

This change introduces System.Globalization.Native.so which will be
the libary that we use to wrap all ICU functionality needed by the
System.Globalization.* namespaces.

The initial commit also adds wrappers around the string normalization
functions which are exposed by the System.Globalization.Extensions
contract.
src/corefx/CMakeLists.txt
src/corefx/System.Globalization.Native/CMakeLists.txt [new file with mode: 0644]
src/corefx/System.Globalization.Native/normalization.cpp [new file with mode: 0644]