buganini / bsdconv

A simple but powerful DSL for charset/encoding conversion and transformation, pure C implementation with no extra dependencies
https://bsdconv.io/bsdconv/
BSD 2-Clause "Simplified" License
53 stars 6 forks source link

CP932 missing #21

Closed Cloudef closed 4 years ago

Cloudef commented 4 years ago

Microsoft's slightly extended SJIS https://en.wikipedia.org/wiki/Code_page_932_(Microsoft_Windows) that is unfortunately still widely used in Japan is missing. How would I go about adding the support for this?

buganini commented 4 years ago

Hi, I've added CP932 decoder.

Cloudef commented 4 years ago

Thank you!