BACnet4J
BACnet4J copied to clipboard
Simplifying adding extra character encodings
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).