UFS Copying files from ext4 filesystem that contain strange characters

Hello, I am trying to copy my mp3 collection from my Linux ext4 harddrive to my new FreeBSD 10.2-Release amd64 system. I am using the ext4fuse program and fuse module to do this. The problem is though that some of my mp3 filenames contain "strange" characters or uncommon characters, for instance a filename may have a ?, ', #, :, or some non-English character in the filename. My Ext4 filesystem is able to handle such filenames but under FreeBSD these characters are simply replaced with a ?? sequence (two question marks). How can I preserve these characters?
 
Back
Top