Added script comment for the Autofill A flag

This commit is contained in:
Maarten 2020-10-05 13:54:37 +02:00 committed by Deon George
parent 02b047c1f5
commit 45aa1e5208

View File

@ -1146,6 +1146,7 @@ class Template extends xmlTemplate {
into domain and domain-local part). into domain and domain-local part).
l: Make the result lower case. l: Make the result lower case.
U: Make the result upper case. U: Make the result upper case.
A: Remap special characters to their corresponding ASCII value
*/ */
case 'autoFill': case 'autoFill':
if (! preg_match('/;/',$arg)) { if (! preg_match('/;/',$arg)) {