BACnet4J icon indicating copy to clipboard operation
BACnet4J copied to clipboard

Simplifying adding extra character encodings

Open balbusm opened this issue 4 years ago • 1 comments

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).

balbusm avatar Dec 03 '20 10:12 balbusm