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
Add replacement for accented characters to language class (#333)
* Add replacement for accented characters to language class
Add unit test for handling accented characters.
Upgraded to version 1.0.0
* Encode the unicode characters as escaped chars
Change string handling to use begin and end instead of front (#318)
* Change string handling to use begin and end instead of front
Added unit test to make sure the extended data is not null
* Fix multiple .net tests that had intermittent failures because of how c++ was handling data
Fix/default fix (#301)
* make the Party class default to a real value when the is no name given.
* clean up serialization
* Clean up constructor and fix an issue with C test
* fixed missing xml comments
Add support for using the 32 bit optimized HACL code. (#279)
* Add support for using the 32 bit optimized HACL code.
* Remove comment.
* fixed allocation for alloca inside of loops
* A bit of cleanup.
Co-authored-by: Steve Maier <ysfred4@hotmail.com>