Fixed:
- Fix the Ping check on non-English Windows. It no longer crashes on localized output (
'utf-8' codec can't decode byte 0x81) and no longer reports reachable hosts as down. The check now uses the UTF-8 code page and matches ping's untranslatedmsunit instead of the localized "time" label (#3075).
Fixed:
- Fix compatibility with non-US Windows (#992)
Fixed:
- Fix ping check with bad float conversion (#818)