browsermt / bergamot-translator

Cross platform C++ library focusing on optimized machine translation on the consumer-grade device.
http://browser.mt
Mozilla Public License 2.0
330 stars 37 forks source link

Fix call to `std::isspace` #396

Closed jelmervdl closed 2 years ago

jelmervdl commented 2 years ago

The documentation is explicit about only calling it with unsigned char, and Windows runtime is checking this.