diff --git a/reference/strings/functions/localeconv.xml b/reference/strings/functions/localeconv.xml index 273e0da54c99..3a99b42faa98 100644 --- a/reference/strings/functions/localeconv.xml +++ b/reference/strings/functions/localeconv.xml @@ -89,29 +89,29 @@ p_cs_precedes - &true; if currency_symbol precedes a positive value, &false; + 1 if currency_symbol precedes a positive value, 0 if it succeeds one p_sep_by_space - &true; if a space separates currency_symbol from a positive - value, &false; otherwise + 1 if a space separates currency_symbol from a positive + value, 0 otherwise n_cs_precedes - &true; if currency_symbol precedes a negative value, &false; + 1 if currency_symbol precedes a negative value, 0; if it succeeds one n_sep_by_space - &true; if a space separates currency_symbol from a negative - value, &false; otherwise + 1 if a space separates currency_symbol from a negative + value, 0 otherwise