react-native-windows
react-native-windows copied to clipboard
Remove unicode conversion functions from def files.
Currently, both react-native-win32.dll and react.uwp.dll export Unicode conversion functions. This is due to older versions of react native's relying on non-standard Unicode conversions. The non-standard behavior has been removed, and we should remove those functions from the dll exports.