ipfs-shipyard / java-ipfs-http-client

A Java implementation of the HTTP IPFS API
MIT License
539 stars 243 forks source link

if file name has Non-ASCII Characters, ipfs add would upload the wrong name #111

Closed qiwaa closed 1 year ago

qiwaa commented 5 years ago

the wrong result example: https://ipfs.io/ipfs/QmZCvCp63opNvthopsfHJWPQb3S1JWExL6uD2besbqyE7W the right result example: https://ipfs.io/ipfs/QmPc93VJ1EfT6Qjc2P3ACmV8B2QhsFtynboNDP2fmCE48C

maksimyugai commented 5 years ago

Resolved issue in #5686

kevodwyer commented 1 year ago

Keeping open as it is an issue yet to be resolved

kevodwyer commented 1 year ago

resolved in: https://github.com/ipfs-shipyard/java-ipfs-http-client/pull/207