ionic-team/capacitor-plugins

Filesystem: special character encoding

ChristofferAaen opened this issue · 1 comments

Bug Report

When i use the filesystem.writefile, I encounter that im not able to have danish characters like "æ" "ø" and "å" on either Android or iOS in the filepath. I have tried to decode it before i call the function however no matter what I have tried it return the characters as encoded. On PC however, it works perfectly fine. I have played around with the encoding but to no luck. I suspect this to be a bug.

Plugin(s)

Capacitor Version

<

image

PASTE OUTPUT HERE

Platform(s)

Android, iOS

Current Behavior

create a filepath that contains danish characters on Android and iOS return the encoded string of characters

Expected Behavior

To show the characters like on PC

Code Reproduction

Other Technical Details

Additional Context