Sembiance / dexvert

Converts over two-thousand file formats to modern equivalents
97 stars 5 forks source link

Minor issues with MacJapanese #4

Closed gingerbeardman closed 1 year ago

gingerbeardman commented 1 year ago

Some text files are not recognised

Some text files displayed with wrong encoding

Sembiance commented 1 year ago

Thanks for the report!

I have determined the cause of this. I use hfsutils to copy out the files and it is auto decoding TEXT and ttro files into MacRoman because it doesn't support MacJapanese encoding. I'll update my code to work around this limitation so that text files are properly decoded on MacJapanese CDs.

Sembiance commented 1 year ago

Fixed!

dexvert now extracts TEXT and ttro files as raw. This way if a classic Mac opens the file (or DiscMaster), it will appear correctly.

dexvert now also outputs metadata about the 'type' of the file extraced from an ISO which DiscMaster now feeds back into dexvert when processing those files, thus allowing the ReadMe file to be properly detected as text.

The CD you linked to has been reprocessed. Other Mac CDs on DiscMaster will be re-processed over the next day or 2.

Thanks again for the bug report!