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
[](https://crates.io/crates/oem_cp)
6
+
[](https://docs.rs/oem_cp)
7
+
3
8
This library handles many SBCS (single byte character sets) that are used as OEM code pages. OEM code pages are used for encoding file names in ZIP archives and characters in the terminal in Windows today.
4
9
5
10
# Supported code pages
@@ -25,6 +30,17 @@ This library handles many SBCS (single byte character sets) that are used as OEM
25
30
26
31
Notes are quoted from https://docs.microsoft.com/en-us/windows/win32/intl/code-page-identifiers
27
32
33
+
# How to use
34
+
35
+
Add `oem_cp` to the dependencies in `Cargo.toml` in your projects.
0 commit comments