Skip to content

Write and reread temp file in "raw" mode - #18

Open
murdegern wants to merge 1 commit into
trapd00r:masterfrom
murdegern:bugfix/avoid-utf8-double-encoding
Open

Write and reread temp file in "raw" mode#18
murdegern wants to merge 1 commit into
trapd00r:masterfrom
murdegern:bugfix/avoid-utf8-double-encoding

Conversation

@murdegern

Copy link
Copy Markdown

This avoids double-encoding of UTF8 characters when a directory
is read via opendir/readdir.

Example:

mkdir xxx
touch xxx/äußerst
vidir xxx
=>

 1 xxx/äuÃ<9f>erst

This avoids double-encoding of UTF8 characters when a directory
is read via opendir/readdir.

Example:

mkdir xxx
touch xxx/äußerst
vidir xxx

=>

---------------------------
     1 xxx/äuÃ<9f>erst
---------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants