diff --git a/reference/strings/functions/number-format.xml b/reference/strings/functions/number-format.xml index 4565e669cd..783c03f58c 100644 --- a/reference/strings/functions/number-format.xml +++ b/reference/strings/functions/number-format.xml @@ -85,12 +85,18 @@ Sets the thousands separator. - Only the first character of thousands_sep + Only the first byte of thousands_sep is used. For example, if you use & as thousands_sep on the number 1000, number_format will return 1&000. + + As noted above, this function only takes the first byte for the + separator. This means that multibyte characters will + NOT work, resulting in a broken multibyte + sequence. +