Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

mimetype に LF が含まれている #1

Open
ihironao opened this issue Jun 8, 2020 · 0 comments
Open

mimetype に LF が含まれている #1

ihironao opened this issue Jun 8, 2020 · 0 comments

Comments

@ihironao
Copy link

ihironao commented Jun 8, 2020

$ hexdump -C test_epub/mimetype 

00000000  61 70 70 6c 69 63 61 74  69 6f 6e 2f 65 70 75 62  |application/epub|
00000010  2b 7a 69 70 0a                                    |+zip.|
00000015

$ echo -n "application/epub+zip" > test_epub/mimetype
$ hexdump -C test_epub/mimetype 

00000000  61 70 70 6c 69 63 61 74  69 6f 6e 2f 65 70 75 62  |application/epub|
00000010  2b 7a 69 70                                       |+zip|
00000014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant