Open balbusm opened 3 years ago
Hi, Only the most common subset of character encodings is supported. It's pretty cumbersome to add new encoding in case of missing one. This PR utilizes ServiceLoader in order to simplify adding extra/custom character encodings.
I also added Japanese encoding (CP932).
Hi, Only the most common subset of character encodings is supported. It's pretty cumbersome to add new encoding in case of missing one. This PR utilizes ServiceLoader in order to simplify adding extra/custom character encodings.
I also added Japanese encoding (CP932).