naked_latin(msgstr,
msg,
cat)
|
|
Report spans of Latin letters outside of sanctioned contexts [type V3C
hook].
Latin segments are allowed within:
-
some XML-like tags, e.g.
tt , code ,
email , envar , etc.
-
XML-like entities, e.g.
&foo; or
 
-
format directives starting with %-character
-
command line options, e.g.
-o or --foo-bar
-
hexadecimal number starting with
0x
-
extension filters, e.g.
"*.png|ПНГ слике"
-
alternative directives {~@/.../.../}, e.g.
~@/Делфин/Dolphin/
-
links in wiki markup, e.g.
"...на [http://foo.org страни
Фуа]"
-
templates in wiki markup, e.g.
"{{note|Обавезно
проверите...}}"
-
explicit wrapping
~!/.../ , e.g. "...наредбом
~!/grep/..."
- Returns:
- annotated spans
|