Skip to content

Commit

Permalink
Updating README, DOS comment
Browse files Browse the repository at this point in the history
  • Loading branch information
boggydigital committed Jun 8, 2024
1 parent 173ac81 commit cbd363f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# busan
🛂 Basic upload (filename) sanitizer
🛂 Basic upload (filename) sanitizer that's using https://en.wikipedia.org/wiki/Filename#Reserved_characters_and_words rules.
2 changes: 1 addition & 1 deletion const.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var asciiControlChars = []rune{
'\x1a', '\x1b', '\x1c', '\x1d', '\x1e', '\x1f',
'\x7f'}

// Won't filter the list below - please don't host your servers on DOS!
// Go is not supported on DOS: https://go.dev/dl/, no need to filter the set below:
//
// In addition, in Windows and DOS utilities, some words are also reserved
// and cannot be used as filenames.[19] For example, DOS device files:[21]
Expand Down

0 comments on commit cbd363f

Please sign in to comment.