salesking / sepa_king

Ruby gem for creating SEPA XML files
MIT License
149 stars 118 forks source link

Character encoding #87

Closed averell23 closed 1 year ago

averell23 commented 5 years ago

Nokogiri has no encoding explicitly set on the XML builder. This means that it will encode all non-ascii-chars as character entities (e.g. ö). Some software really dislikes this.

The same thing is also causing #85 ...

corny commented 3 years ago

solved by #88