summaryrefslogtreecommitdiff
path: root/doc/it/weechat_plugin_api.it.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it/weechat_plugin_api.it.adoc')
-rw-r--r--doc/it/weechat_plugin_api.it.adoc29
1 files changed, 15 insertions, 14 deletions
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc
index 4ccb9029f..3f0b750de 100644
--- a/doc/it/weechat_plugin_api.it.adoc
+++ b/doc/it/weechat_plugin_api.it.adoc
@@ -754,8 +754,8 @@ Argomenti:
* _string2_: seconda stringa da comparare
// TRANSLATION MISSING
-Return value: arithmetic result of subtracting the first char in _string2_ from
-the first char in _string1_:
+Return value: arithmetic result of subtracting the first UTF-8 char in _string2_
+from the first UTF-8 char in _string1_:
// TRANSLATION MISSING
* < 0 if char1 < char2
@@ -798,8 +798,8 @@ Argomenti:
* _string2_: seconda stringa da comparare
// TRANSLATION MISSING
-Return value: arithmetic result of subtracting the first char in _string2_
-(converted to lowercase) from the first char in _string1_ (converted to lowercase):
+Return value: arithmetic result of subtracting the first UTF-8 char in _string2_
+(converted to lowercase) from the first UTF-8 char in _string1_ (converted to lowercase):
// TRANSLATION MISSING
* < 0 if char1 < char2
@@ -843,8 +843,8 @@ Argomenti:
* _string2_: seconda stringa da comparare
// TRANSLATION MISSING
-Return value: arithmetic result of subtracting the last compared char in
-_string2_ (converted to lowercase) from the last compared char in _string1_
+Return value: arithmetic result of subtracting the last compared UTF-8 char in
+_string2_ (converted to lowercase) from the last compared UTF-8 char in _string1_
(converted to lowercase):
// TRANSLATION MISSING
@@ -892,8 +892,8 @@ Argomenti:
I valori 29 e 30 vengono usati da alcuni protocolli come IRC.
// TRANSLATION MISSING
-Return value: arithmetic result of subtracting the last compared char in
-_string2_ (converted to lowercase) from the last compared char in _string1_
+Return value: arithmetic result of subtracting the last compared UTF-8 char in
+_string2_ (converted to lowercase) from the last compared UTF-8 char in _string1_
(converted to lowercase):
// TRANSLATION MISSING
@@ -939,8 +939,8 @@ Argomenti:
* _max_: numero massimo di caratteri da comparare
// TRANSLATION MISSING
-Return value: arithmetic result of subtracting the last compared char in
-_string2_ (converted to lowercase) from the last compared char in _string1_
+Return value: arithmetic result of subtracting the last compared UTF-8 char in
+_string2_ (converted to lowercase) from the last compared UTF-8 char in _string1_
(converted to lowercase):
// TRANSLATION MISSING
@@ -987,8 +987,8 @@ Argomenti:
I valori 29 e 30 vengono usati da alcuni protocolli come IRC.
// TRANSLATION MISSING
-Return value: arithmetic result of subtracting the last compared char in
-_string2_ (converted to lowercase) from the last compared char in _string1_
+Return value: arithmetic result of subtracting the last compared UTF-8 char in
+_string2_ (converted to lowercase) from the last compared UTF-8 char in _string1_
(converted to lowercase):
// TRANSLATION MISSING
@@ -1037,9 +1037,10 @@ uppercase letters are properly converted to lowercase (by calling function
`towlower`), in addition to the range `A` to `Z`.
// TRANSLATION MISSING
-Return value: arithmetic result of subtracting the last compared char in
+Return value: arithmetic result of subtracting the last compared UTF-8 char in
_string2_ (converted to lowercase if _case_sentitive_ is set to 0) from the last
-compared char in _string1_ (converted to lowercase if _case_sensitive_ is set to 0):
+compared UTF-8 char in _string1_ (converted to lowercase if _case_sensitive_ is
+set to 0):
// TRANSLATION MISSING
* < 0 if string1 < string2