Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix windows codepage detection using language pack
When running `chcp` on a german Windows installation, the output contains a `.` after the code page: ``` > chcp Aktive Codepage: 850. ``` Allow an optional dot in the output parsing.
- Loading branch information