Skip to content

Commit

Permalink
fix: no special character replacement in fileName
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Apr 26, 2021
1 parent d56cd86 commit 231d026
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.bs
Expand Up @@ -690,8 +690,6 @@ user agents must run the following steps:


2. Let |n| be a new string of the same size as the {{fileName}} argument to the constructor.
Copy every character from {{fileName}} to |n|,
replacing any "/" character (U+002F SOLIDUS) with a ":" (U+003A COLON).

Note: Underlying OS filesystems use differing conventions for file name;
with constructed files, mandating UTF-16 lessens ambiquity when file names are converted to <a>byte</a> sequences.
Expand Down

0 comments on commit 231d026

Please sign in to comment.