From e392cacda8b93384306eaeda34d6f10e4d458938 Mon Sep 17 00:00:00 2001 From: David CARLIER Date: Thu, 18 Jan 2024 12:25:18 +0000 Subject: [PATCH] Sync mbstring section with EN (#750) --- .../functions/mb-convert-encoding.xml | 12 +++++++- .../mbstring/functions/mb-detect-encoding.xml | 28 ++++++++++++++++++- .../functions/mb-ereg-replace-callback.xml | 4 +-- 3 files changed, 40 insertions(+), 4 deletions(-) diff --git a/reference/mbstring/functions/mb-convert-encoding.xml b/reference/mbstring/functions/mb-convert-encoding.xml index af638a1423..b5923ead1b 100644 --- a/reference/mbstring/functions/mb-convert-encoding.xml +++ b/reference/mbstring/functions/mb-convert-encoding.xml @@ -1,6 +1,6 @@ - + @@ -98,6 +98,16 @@ + + 8.2.0 + + mb_convert_encoding ne renverra plus + les encodages non textuels suivants : + "Base64", "QPrint", + "UUencode", "HTML entities", + "7 bit" et "8 bit". + + 8.0.0 diff --git a/reference/mbstring/functions/mb-detect-encoding.xml b/reference/mbstring/functions/mb-detect-encoding.xml index 8f3cc3b8f6..85859dca19 100644 --- a/reference/mbstring/functions/mb-detect-encoding.xml +++ b/reference/mbstring/functions/mb-detect-encoding.xml @@ -1,6 +1,6 @@ - + @@ -92,6 +92,32 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.2.0 + + mb_detect_encoding ne renverra plus + les encodages non textuels suivants : + "Base64", "QPrint", + "UUencode", "HTML entities", + "7 bit" et "8 bit". + + + + + + + &reftitle.examples; diff --git a/reference/mbstring/functions/mb-ereg-replace-callback.xml b/reference/mbstring/functions/mb-ereg-replace-callback.xml index e9b65f2c00..b77fb31f6f 100644 --- a/reference/mbstring/functions/mb-ereg-replace-callback.xml +++ b/reference/mbstring/functions/mb-ereg-replace-callback.xml @@ -1,6 +1,6 @@ - + @@ -51,7 +51,7 @@ Un callback qui sera appelé et lui sera passé un tableau d'éléments correspondants - dans la chaine de caractères subject. Le callback doit retourné + dans la chaine de caractères string. Le callback doit retourné la chaîne remplacée.