Characters

Should I allow non-Latin characters in filenames in a CLI application?

Should I allow non-Latin characters in filenames in a CLI application?
  1. What characters should be avoided when naming files?
  2. Which characters are acceptable in most filenames?
  3. Why are special characters not allowed in filenames?

What characters should be avoided when naming files?

Illegal Filename Characters

Don't start or end your filename with a space, period, hyphen, or underline. Keep your filenames to a reasonable length and be sure they are under 31 characters. Most operating systems are case sensitive; always use lowercase. Avoid using spaces and underscores; use a hyphen instead.

Which characters are acceptable in most filenames?

Supported characters for a file name are letters, numbers, spaces, and ( ) _ - , .

Why are special characters not allowed in filenames?

To clarify this answer, these special characters could interfere with parsing a command line (or path) if they were in a filename.

At which step UX writers must get involved to write UX copy for any product?
What is the role of a UX writer in the design process?What is your UX writing process?Who is responsible for UX copy? What is the role of a UX write...
Long Table Data [duplicate]
How do you avoid duplicates in a table?How can I get duplicate data from a table?Can a table contain duplicate records? How do you avoid duplicates ...
Tree - select all child nodes or select only few
Can a tree have more than 2 child nodes?How many children can a tree node have?How many parents can a tree node have?Which node does not have any chi...