|
|
@ -466,7 +466,7 @@ void CreateRegularExpressions() { |
|
|
// two options for representing the ó - the character itself, and one in the
|
|
|
// two options for representing the ó - the character itself, and one in the
|
|
|
// unicode decomposed form with the combining acute accent.
|
|
|
// unicode decomposed form with the combining acute accent.
|
|
|
known_extn_patterns.reset(new string( |
|
|
known_extn_patterns.reset(new string( |
|
|
StrCat("[ \\t,]*(?:ext(?:ensi(?:o\u0301?|ó))?n?|extn?|[,xx##~~]|" |
|
|
|
|
|
|
|
|
StrCat("[ \\t,]*(?:ext(?:ensi(?:ó?|ó))?n?|extn?|[,xx##~~]|" |
|
|
"int|int|anexo)" |
|
|
"int|int|anexo)" |
|
|
"[:\\..]?[ \\t,-]*([", |
|
|
"[:\\..]?[ \\t,-]*([", |
|
|
kValidDigits, "]{1,7})#?|[- ]+([", kValidDigits, "]{1,5})#"))); |
|
|
kValidDigits, "]{1,7})#?|[- ]+([", kValidDigits, "]{1,5})#"))); |
|
|
|