4d10c5d235
mkisofs is a pre-mastering program that generates binary ISO9660 filesystem image. Users can then write the image to devices like CD-R or CD-RW. This port can also generate Chinese Big5 filenames on Joliet filesystems. Use the -J option to activate it. Although it works flawlessly, further improvements are possible: 1. Accept GB(Simplified Chinese) filenames also. 2. Upgrade to mkisofs 1.13. 1.13 uses a better structure to manage I18N, which is (almost all) borrowed from Linux kernel's fs code.
8 lines
341 B
Plaintext
8 lines
341 B
Plaintext
mkisofs is effectively a pre-mastering program to generate the iso9660
|
|
filesystem - it takes a snapshot of a given directory tree, and generates
|
|
a binary image which will correspond to an iso9660 filesystem when written
|
|
to a block device.
|
|
|
|
This port can also generate Big5 filenames on Joliet filesystems. Use
|
|
the -J option to activate it.
|