View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000242 | mercury | Bug | public | 2011-12-05 10:21 | 2011-12-14 17:00 | ||||
Reporter | wangp | ||||||||
Assigned To | wangp | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000242: filename encoding | ||||||||
Description | The 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. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|