ciderpress/mdc
Andy McFadden 00e6b3ab5e Improve filename handling when reading from archives
This updates GenericEntry's filename handling to be more careful
about Mac OS Roman vs. Unicode.  Most of the work is still done with
a CP-1252 conversion instead of MOR, but we now do a proper
conversion on the "display name", so we see the right thing in the
content list and file viewer.

Copy & paste, disk-to-file-archive, and file-archive-to-disk
conversions should work (correctly) as before.  Extracted files will
still have "_" or "%AA" instead of a Unicode TRADE MARK SIGN, but
that's fine for now -- we can extract and re-add the files losslessly.

The filenames are now stored in CStrings rather than WCHAR*.

Also, fixed a bad initializer in the file-archive-to-disk conversion
dialog.
2015-01-08 17:57:20 -08:00
..
AboutDlg.cpp More source code shuffling 2014-11-25 14:34:14 -08:00
AboutDlg.h Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
Main.cpp Improve filename handling when reading from archives 2015-01-08 17:57:20 -08:00
Main.h File selection dialog update, part 1 2014-12-02 17:39:56 -08:00
ProgressDlg.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
ProgressDlg.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
StdAfx.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
StdAfx.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
mdc.ICO initial import 2007-03-27 17:47:10 +00:00
mdc.clw CP/M: added support for Microsoft Softcard "data only" disks. 2009-01-03 19:02:13 +00:00
mdc.cpp File selection dialog update, part 1 2014-12-02 17:39:56 -08:00
mdc.h File selection dialog update, part 1 2014-12-02 17:39:56 -08:00
mdc.rc File selection dialog update, part 1 2014-12-02 17:39:56 -08:00
mdc.vcxproj WinXP compatibility update 2014-12-10 11:57:41 -08:00
mdc.vcxproj.filters File selection dialog update, part 1 2014-12-02 17:39:56 -08:00
mdc.vcxproj.user Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
resource.h Fix some issues identified by static analyzer 2014-11-19 14:54:24 -08:00