Bug 29651

Summary: mount_cd9660 masks filenames containing non-ASCII (e.g. cyrillyc) chars with '?'s
Product: Base System Reporter: Alexander Favorov <favorov>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Alexander Favorov 2001-08-13 01:40:20 UTC
Any non-ASCII character (>0x7F) in a CD-ROM filename looks like '?'
when directory is listed. File can be accessed via this name 
if it is unique.

Fix: 

none known at the moment (no time/skills to dig deeply into miscfs/cd9660 code)
How-To-Repeat: get the CD with non-ascii filenames and try to mount it.
mount succeeds, but -- see description ;-)