http://bugs.winehq.com/show_bug.cgi?id=1315
------- Additional Comments From valtri@atlas.cz 2003-03-25 08:49 ------- Interesting. I removed mount option "utf8" and it starts work:
mount /dev/hda5 /D: -t vfat -o utf8 ... doesn't work (option "utf8" is required for reproducing this bug)
mount /dev/hda5 /D: -t vfat -o iocharset=utf8 ... works, but there are doubled some characters
mount /dev/hda5 /D: -t vfat -o iocharset=cp852 ... works, but some characters have bad encoding (cp852 isn't Windows standard, it contains iso8859-2 characters)
mount /dev/hda5 /D: -t vfat -o iocharset=cp1250 ... works OK (cp1250 is standard encoding in Windows for iso8859-2 characters)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=1315. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.