From 4c3b04e0bc6e60b3ecbda63e1839703f48a032ee Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Fri, 24 Jul 2026 17:37:49 +0100 Subject: [PATCH] Fix localeconv() function description --- reference/strings/functions/localeconv.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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