diff --git a/reference/intl/locale/filter-matches.xml b/reference/intl/locale/filter-matches.xml index 0328592026..e0c09dde17 100755 --- a/reference/intl/locale/filter-matches.xml +++ b/reference/intl/locale/filter-matches.xml @@ -1,5 +1,5 @@ - + Locale::filterMatches @@ -18,7 +18,7 @@ Locale::filterMatches stringlangtag stringlocale - boolcanonicalize + boolcanonicalizefalse Procedural style @@ -28,7 +28,7 @@ locale_filter_matches stringlangtag stringlocale - boolcanonicalize + boolcanonicalizefalse Checks if a $langtag filter matches with $locale according to RFC 4647's diff --git a/reference/intl/locale/lookup.xml b/reference/intl/locale/lookup.xml index 4bb6fd93ee..52f963874f 100755 --- a/reference/intl/locale/lookup.xml +++ b/reference/intl/locale/lookup.xml @@ -1,5 +1,5 @@ - + Locale::lookup @@ -18,7 +18,8 @@ Locale::lookup arraylangtag stringlocale - stringdefault + boolcanonicalizefalse + stringdefault Procedural style @@ -28,7 +29,8 @@ locale_lookup arraylangtag stringlocale - stringdefault + boolcanonicalizefalse + stringdefault Searches the items in langtag for the best match to @@ -58,7 +60,18 @@ - + + + canonicalize + + + + If true, the arguments will be converted to canonical form before + matching. + + + + default