Mercury Bugs - mercury
View Issue Details
0000242mercuryBugpublic2011-12-05 10:212011-12-14 17:00
Reporterwangp 
Assigned Towangp 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000242: filename encoding
DescriptionThe predicate that open files, etc. need to take into account that the file name encoding may not be UTF-8.

_wfopen looks like the way to go for Windows.

OS X enforces a decomposed UTF-8 representation.
Precomposed strings will be automatically decomposed.
The string returned by the filesystem will be decomposed and may not
match what you passed in, so that's something to be aware of.

For Linux, I'm not sure another solution is better than what we have
now.
TagsNo tags attached.
Attached Files

Notes
(0000442)
wangp   
2011-12-14 17:00   
Fix committed.

Issue History
2011-12-05 10:21wangpNew Issue
2011-12-14 17:00wangpNote Added: 0000442
2011-12-14 17:00wangpStatusnew => resolved
2011-12-14 17:00wangpResolutionopen => fixed
2011-12-14 17:00wangpAssigned To => wangp