Closed ec-ecss closed 9 months ago
Hey @ec-ecss,
Could you share the value of invoice.qualifying_properties
after signing?
I fixed my problem on remove all arabic characacters and keep only alphabetics chars
@ec-ecss Could you share what part you had those characters in? It could be either something we need to change on our end, or it could be something unsupported (e.g. some fields in certificates don't allow UTF-8).
Consider I have remove every arabic occurence in the example in my first post, to keep only alphabetic ones. street name, city name, Item.new (2 occurences) If one is present the error occurs "invalid byte sequence in US-ASCII" Maybee it's a OS unicode library problem ? (I use debian bullseye)
When I try to follow example of implementation, I got an issue on the hashing part. Here is the error
Here is my code