diff --git a/cpp/src/phonenumberutil.cc b/cpp/src/phonenumberutil.cc index bb1d5121e..3f5eb4866 100644 --- a/cpp/src/phonenumberutil.cc +++ b/cpp/src/phonenumberutil.cc @@ -466,7 +466,7 @@ void CreateRegularExpressions() { // two options for representing the ó - the character itself, and one in the // unicode decomposed form with the combining acute accent. 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)" "[:\\..]?[  \\t,-]*([", kValidDigits, "]{1,7})#?|[- ]+([", kValidDigits, "]{1,5})#")));