mrsool / zatca

An unofficial Ruby library for generating ZATCA e-invoices, QR Codes, and submitting e-invoices to ZATCA's servers.
MIT License
39 stars 16 forks source link

:bug: Fix Tag Bytesize Calculation #13

Closed obahareth closed 2 years ago

obahareth commented 2 years ago

String length was only working for ASCII strings, bytesize works for Unicode which is what ZATCA is expecting.