New submission from Basil Peace :
If a path contains a junction pointing to a dir on a letter-less drive then
`os.path.realpath` returns `Volume{}\dir`, without `\\?\` prefix.
This path, of course, doesn't work correctly. Actually, it looks relative.
Original issue: https://github.com
New submission from Basil Peace:
HTML pages inside CHM documentation use the following tag to set applied
character set:
`iso8859_1` is neither valid character set according to IANA registry nor is
recognized by most browsers (I've checked IE, Firefox and Opera).
This isn't n