 
                            For portable applications, use only the assignment = operator, the equality operators == and !=, and the unary & operator on plain character or plain wide character-typed expressions.
Wiki Markup 
However, because of the requirement for digit characters, other operators can be used for them according to the following restrictions:
...
Character types should be chosen and used in accordance with guideline STR04-C. Use plain char for characters in the basic character set.
...
| Rule | Severity | Likelihood | Remediation Cost | Priority | Level | 
|---|---|---|---|---|---|
| STR09-C | low | unlikely | low | P3 | L3 | 
Other Languages
Related Guidelines
C++ Secure Coding StandardWiki Markup 
Bibliography
| Wiki Markup | 
|---|
| \[[C99 N1401]\] Section 5.2.1 "Character sets" | 
...