2024-03-30 02:50 AEDT

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0000242mercuryBugpublic2011-12-14 17:00
Reporterwangp 
Assigned Towangp 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
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

-Relationships
+Relationships

-Notes

~0000442

wangp (developer)

Fix committed.
+Notes

-Issue History
Date Modified Username Field Change
2011-12-05 10:21 wangp New Issue
2011-12-14 17:00 wangp Note Added: 0000442
2011-12-14 17:00 wangp Status new => resolved
2011-12-14 17:00 wangp Resolution open => fixed
2011-12-14 17:00 wangp Assigned To => wangp
+Issue History