You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Sanitizes file and directory names to ensure compatibility with Windows (NTFS &
4
4
5
5
[](https://github.com/Codeuctivity/SanitizeFilename/actions/workflows/dotnet.yml)[](https://www.nuget.org/packages/Codeuctivity.SanitizeFilename/)[](https://www.paypal.com/donate?hosted_button_id=7M7UFMMRTS7UE)
6
6
7
-
Implements rules documented by [Microsoft](https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions) + file name length truncation to 255 bytes, which is common on [many modern](https://en.wikipedia.org/wiki/Comparison_of_file_systems) file systems. Runs on any .NET platform.
7
+
Implements rules documented by [Microsoft](https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions) + file name length truncation to 255 bytes, which is common on [many modern](https://en.wikipedia.org/wiki/Comparison_of_file_systems) file systems + some unicode edge cases. Runs on any .NET platform.
8
8
9
9
## Example
10
10
@@ -37,7 +37,7 @@ Restrictions of Windows, Linux and macOS are all combined to an replacement patt
0 commit comments