Re: [i18n-drafts] [questions/qa-forms-utf-8] (#90)

Either way would be fine. If we make the change, then I think it would be good to add something like the following at the end:
"The above regular expression can be tailored by adding application-related restrictions. As an example, many control characters can be excluded by replacing [\x00-\x7F] with [\x09\x0A\x0D\x20-\x7E]."

While we are at it, can we also make the following changes:
"m/\A(" -> "/\A(" (That makes the example a bit more general because slashes are delimiters for regular expressions in quite a few programming languages, but the initial 'm' is very Perl-specific.)
"but your users may type in other characters" -> "but your users may type in such characters"

-- 
GitHub Notification of comment by duerst
Please view or discuss this issue at https://github.com/w3c/i18n-drafts/issues/90#issuecomment-687997600 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 7 September 2020 03:02:54 UTC