MangoAutomation / BACnet4J

BACnet/IP stack written in Java. Forked from http://sourceforge.net/projects/bacnet4j/
GNU General Public License v3.0
183 stars 110 forks source link

Simplifying adding extra character encodings #55

Open balbusm opened 3 years ago

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