non-English characters disappearing on my filenames when I copied them (from my Windows10 PC) via NFS to my FreeBSD ZFS file server

The filename has the character "ō". when I browsed the destination folder (via SSH), "ō" was converted to letter "o".

Any ideas on how to fix?
----
FreeBSD setup (can provide more if needed)

Code:
root@mypc:/mnt # cat /etc/exports
/mnt/storage-mypc -maproot=root -network 192.168.1/24
/mnt/storage-mypc -maproot=root -network 192.168.2/24

root@mypc:/mnt # zfs get utf8only storage-mypc
storage-mypc  utf8only  on        -
 
Back
Top