moov-io / iso8583

A golang implementation to marshal and unmarshal iso8583 message.
https://moov.io
Apache License 2.0
352 stars 105 forks source link

use runes #299

Closed alovak closed 3 months ago

cheukwing commented 10 months ago

Thank you, this is much simpler than my fix! We should also fix padding/right.go, and add some unit tests to the padders to finish off this draft.

alovak commented 10 months ago

@cheukwing do you have a capacity to work on this feature taking this PR as a base? You better know what it should do as I first time meet the need to use utf8 :)

cheukwing commented 10 months ago

I will have some capacity in a couple of weeks, but I've also asked some of my team members if they could help out too :slightly_smiling_face:

alovak commented 7 months ago

I don't see any good options to support utf8 for now

alovak commented 3 months ago

I think that with new new opton to setup custom Packer / Unpacker (#310), we can handle utf8 / latin if / when we need without this PR.