You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
partially implemented MessageFormatter and Transliterator classes
add BreakIterator.GetEnumerator() method and BreakEnumerator class to allow
enumerating over word segments as described in the ICU user guide (the
existing method BreakIterator.Split ignores spaces and punctuation)
Wrapper.MinSupportedIcuVersion and Wrapper.MaxSupportedIcuVersion constants
Changed
output error on Linux if unmanaged libraries can't be loaded
allow to confine version number after initialization. In this case we internally
do a reset and re-initialize with the new version number.
Fixed
icu.net.dll for netstandard1.6 now has the correct version number (#72)