View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002173 | MMW v4 | Burning / Disc Handling | public | 2005-11-18 18:28 | 2006-06-08 20:13 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0002173: Update CD burning with unicode support | ||||
Description | This requires some changes in MM + updated sdk from hpcde. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Note: hpcde indicated that this functionality would be ready late October. |
|
PrimoBurner SDK Version 1.94 (previously hpCDE) seems to support this feature. |
|
Since we already have a version that supports Unicode (currently we have 1.98), we should implement this in MM 3.0. Technically it includes: - All track titles and paths will be send as Unicode strings to our hpcde.dll (i.e. 16-bit per char instead of current 8). - The project will be configured to be compiled as Unicode. - We probably won't need to use streams as we currently do in hpcde.dll (they were used in order to make a kind of Unicode support - on reading tracks from PC). - Thanks to this, it probably will be possible to again turn on caching of small and network files (but make this configurable - as described in another issue in Mantis). |
|
Data burning has been completely updated with unicode support according to the last note. I've assigned 0002374 to myself for enabling 'Cache network files' feature. |