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: reference/constraints/NoSuspiciousCharacters.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -104,8 +104,8 @@ Options
104
104
This option is a bitmask of the checks you want to perform on the string:
105
105
106
106
* ``NoSuspiciousCharacters::CHECK_INVISIBLE`` checks for the presence of invisible characters such as zero-width spaces, or character sequences that are likely not to display, such as multiple occurrences of the same non-spacing mark.
107
-
* ``NoSuspiciousCharacters::CHECK_MIXED_NUMBERS`` checks for numbers from different numbering systems (since ICU 58).
108
-
* ``NoSuspiciousCharacters::CHECK_HIDDEN_OVERLAY`` checks for combining characters hidden in their preceding one (since ICU 62).
107
+
* ``NoSuspiciousCharacters::CHECK_MIXED_NUMBERS`` (since ICU 58) checks for numbers from different numbering systems.
108
+
* ``NoSuspiciousCharacters::CHECK_HIDDEN_OVERLAY`` (since ICU 62) checks for combining characters hidden in their preceding one.
109
109
110
110
You can also configure additional requirements using :ref:`locales <locales>` and
111
111
:ref:`restrictionLevel <restrictionlevel>`.
@@ -133,13 +133,13 @@ specified "level":
133
133
134
134
* ``NoSuspiciousCharacters::RESTRICTION_LEVEL_MINIMAL`` requires the string's characters to match :ref:`the configured locales <locales>`'.
135
135
* ``NoSuspiciousCharacters::RESTRICTION_LEVEL_MODERATE`` also requires the string to be `covered`_ by Latin and any one other `Recommended`_ or `Limited Use`_ script, except Cyrillic, Greek, and Cherokee.
136
-
* ``NoSuspiciousCharacters::RESTRICTION_LEVEL_HIGH`` also requires the string to be `covered`_ by any of the following sets of scripts (since ICU 58):
136
+
* ``NoSuspiciousCharacters::RESTRICTION_LEVEL_HIGH`` (since ICU 58) also requires the string to be `covered`_ by any of the following sets of scripts:
137
137
138
138
* Latin + Han + Bopomofo (or equivalently: Latn + Hanb)
139
139
* Latin + Han + Hiragana + Katakana (or equivalently: Latn + Jpan)
140
140
* Latin + Han + Hangul (or equivalently: Latn + Kore)
141
141
* ``NoSuspiciousCharacters::RESTRICTION_LEVEL_SINGLE_SCRIPT`` also requires the string to be `single-script`_.
142
-
* ``NoSuspiciousCharacters::RESTRICTION_LEVEL_ASCII`` also requires the string's characters to be in the ASCII range (since ICU 58).
142
+
* ``NoSuspiciousCharacters::RESTRICTION_LEVEL_ASCII`` (since ICU 58) also requires the string's characters to be in the ASCII range.
143
143
144
144
You can accept all characters by setting this option to
0 commit comments