Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Si applica a:
SQL di Databricks
Databricks Runtime 16.1 e versioni successive
Restituisce il set di regole di confronto supportate in Azure Databricks.
Sintassi
collations()
Argomenti
Questa funzione non accetta argomenti.
Rendiconto
Set di righe composte da due colonne:
-
CATALOG STRING NOT NULL: SempreSYSTEM. -
SCHEMA STRING NOT NULL: SempreBUILTIN. -
NAME STRING NOT NULL: nome della collazione. -
LANGUAGE STRING: linguaggio delle regole di confronto,NULLper le regole di confronto non ICU. -
COUNTRY STRING: il paese della collation,NULLper le collation non-ICU. -
ACCENT_SENSITIVITY STRING NOT NULL: sensibilità all'accento della collazione. Uno dei ACCENT_SENSIITVE, ACCENT_INSENSITIVE -
CASE_SENSITIVITY STRING NOT NULL: Distinzione tra maiuscole e minuscole nella collatione. Uno dei CASE_SENSIITVE, CASE_INSENSITIVE -
PAD_ATTRIBUTE STRING NOT NULL:NO_PADse sensibile agli spazi finali vuoti.RTRIMse è insensibile agli spazi vuoti finali. -
ICU_VERSION STRING: versione ICU delle regole di confronto,NULLper le regole di confronto non ICU.
Tutte le colonne usano le regole di confronto predefinite .
Note
Il ICU_VERSION valore indica la versione della libreria ICU inclusa nel runtime e può differire tra le versioni di Databricks SQL e Databricks Runtime. La tabella delle collazioni supportate elenca un valore rappresentativo, ma la versione restituita al runtime può essere diversa. Per confermare la versione del tuo runtime, esegui SELECT DISTINCT icu_version FROM collations() WHERE icu_version IS NOT NULL. Ad esempio, Databricks Runtime 18.3 e Databricks SQL 2026.20 restituiscono 75.1.0.0.
Esempi
> SELECT name FROM collations()
WHERE language = 'German'
AND case_sensitivity = 'CASE_INSENSITIVE';
de_AUT_CI
de_AUT_CI_AI
de_CI
de_CI_AI
Regole di confronto supportate
| Lingua | Paese | Nome | Sensibilità agli accenti | Distinzione tra maiuscole e minuscole | Attributo Pad | Versione di ICU |
|---|---|---|---|---|---|---|
| UNICODE | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | ||
| UNICODE_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | ||
| UNICODE_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | ||
| UNICODE_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | ||
| UNICODE_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | ||
| UNICODE_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | ||
| UNICODE_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | ||
| UNICODE_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | ||
| UTF8_BINARY | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | |||
| UTF8_BINARY_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | |||
| UTF8_LCASE | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | |||
| UTF8_LCASE_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | |||
| Afrikaans | Af | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Afrikaans | af_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Afrikaans | af_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Afrikaans | af_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Afrikaans | af_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Afrikaans | af_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Afrikaans | af_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Afrikaans | af_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Albanese | Sq | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Albanese | sq_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Albanese | sq_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Albanese | sq_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Albanese | sq_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Albanese | sq_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Albanese | sq_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Albanese | sq_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Amarico | sono | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Amarico | am_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Amarico | am_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Amarico | am_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Amarico | am_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Amarico | am_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Amarico | am_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Amarico | am_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Arabo | Ar | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Arabo | ar_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Arabo | ar_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Arabo | ar_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Arabo | ar_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Arabo | ar_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Arabo | ar_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Arabo | ar_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Arabo | Arabia Saudita | ar_SAU | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Arabo | Arabia Saudita | ar_SAU_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Arabo | Arabia Saudita | ar_SAU_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Arabo | Arabia Saudita | ar_SAU_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Arabo | Arabia Saudita | ar_SAU_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Arabo | Arabia Saudita | ar_SAU_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Arabo | Arabia Saudita | ar_SAU_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Arabo | Arabia Saudita | ar_SAU_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Armeno | ciao | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Armeno | hy_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Armeno | hy_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Armeno | hy_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Armeno | hy_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Armeno | hy_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Armeno | hy_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Armeno | hy_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Assamese | come | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Assamese | as_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Assamese | as_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Assamese | as_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Assamese | as_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Assamese | as_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Assamese | as_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Assamese | as_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Azerbaigiano | Az | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Azerbaigiano | az_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Azerbaigiano | az_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Azerbaigiano | az_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Azerbaigiano | az_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Azerbaigiano | az_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Azerbaigiano | az_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Azerbaigiano | az_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Bangla | Bn | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Bangla | bn_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Bangla | bn_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Bangla | bn_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Bangla | bn_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Bangla | bn_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Bangla | bn_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Bangla | bn_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Bielorusso | essere | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Bielorusso | be_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Bielorusso | be_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Bielorusso | be_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Bielorusso | be_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Bielorusso | be_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Bielorusso | be_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Bielorusso | be_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Bosniaco | stronzate | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Bosniaco | bs_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Bosniaco | bs_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Bosniaco | bs_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Bosniaco | bs_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Bosniaco | bs_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Bosniaco | bs_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Bosniaco | bs_Cyrl | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Bosniaco | bs_Cyrl_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Bosniaco | bs_Cyrl_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Bosniaco | bs_Cyrl_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Bosniaco | bs_Cyrl_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Bosniaco | bs_Cyrl_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Bosniaco | bs_Cyrl_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Bosniaco | bs_Cyrl_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Bosniaco | bs_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Bretone | Br | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Bretone | br_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Bretone | br_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Bretone | br_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Bretone | br_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Bretone | br_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Bretone | br_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Bretone | br_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Bulgaro | Bg | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Bulgaro | bg_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Bulgaro | bg_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Bulgaro | bg_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Bulgaro | bg_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Bulgaro | bg_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Bulgaro | bg_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Bulgaro | bg_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Birmano | mio | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Birmano | la mia IA | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Birmano | my_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Birmano | my_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Birmano | my_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Birmano | my_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Birmano | my_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Birmano | my_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Catalano | circa | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Catalano | ca_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Catalano | ca_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Catalano | ca_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Catalano | ca_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Catalano | ca_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Catalano | ca_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Catalano | ca_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| cebuano | Ceb | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| cebuano | ceb_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| cebuano | ceb_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| cebuano | ceb_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| cebuano | ceb_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| cebuano | ceb_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| cebuano | ceb_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| cebuano | ceb_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Cherokee | Chr | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Cherokee | chr_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Cherokee | chr_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Cherokee | chr_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Cherokee | chr_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Cherokee | chr_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Cherokee | chr_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Cherokee | chr_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Cinese | zh | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Cinese | zh_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Cinese | zh_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Cinese | zh_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Cinese | zh_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Cinese | zh_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Cinese | zh_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Cinese | zh_Hans | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Cinese | zh_Hans_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Cinese | zh_Hans_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Cinese | zh_Hans_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Cinese | zh_Hans_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Cinese | zh_Hans_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Cinese | zh_Hans_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Cinese | zh_Hans_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Cinese | zh_Hant | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Cinese | zh_Hant_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Cinese | zh_Hant_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Cinese | zh_Hant_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Cinese | zh_Hant_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Cinese | zh_Hant_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Cinese | zh_Hant_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Cinese | zh_Hant_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Cinese | zh_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Cinese | Cina | zh_Hans_CHN | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Cina | zh_Hans_CHN_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Cina | zh_Hans_CHN_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Cina | zh_Hans_CHN_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Cina | zh_Hans_CHN_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Cina | zh_Hans_CHN_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Cina | zh_Hans_CHN_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Cina | zh_Hans_CHN_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Regione Amministrativa Speciale di Hong Kong, Cina | zh_Hant_HKG | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Regione Amministrativa Speciale di Hong Kong, Cina | zh_Hant_HKG_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Regione Amministrativa Speciale di Hong Kong, Cina | zh_Hant_HKG_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Regione Amministrativa Speciale di Hong Kong, Cina | zh_Hant_HKG_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Regione Amministrativa Speciale di Hong Kong, Cina | zh_Hant_HKG_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Regione Amministrativa Speciale di Hong Kong, Cina | zh_Hant_HKG_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Regione Amministrativa Speciale di Hong Kong, Cina | zh_Hant_HKG_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Regione Amministrativa Speciale di Hong Kong, Cina | zh_Hant_HKG_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Macao RAS Cina | zh_Hant_MAC | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Macao RAS Cina | zh_Hant_MAC_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Macao RAS Cina | zh_Hant_MAC_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Macao RAS Cina | zh_Hant_MAC_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Macao RAS Cina | zh_Hant_MAC_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Macao RAS Cina | zh_Hant_MAC_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Macao RAS Cina | zh_Hant_MAC_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Macao RAS Cina | zh_Hant_MAC_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Singapore | zh_Hans_SGP | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Singapore | zh_Hans_SGP_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Singapore | zh_Hans_SGP_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Singapore | zh_Hans_SGP_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Singapore | zh_Hans_SGP_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Singapore | zh_Hans_SGP_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Singapore | zh_Hans_SGP_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Singapore | zh_Hans_SGP_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Taiwan | zh_Hant_TWN | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Taiwan | zh_Hant_TWN_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Taiwan | zh_Hant_TWN_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Taiwan | zh_Hant_TWN_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Taiwan | zh_Hant_TWN_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Cinese | Taiwan | zh_Hant_TWN_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Taiwan | zh_Hant_TWN_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Cinese | Taiwan | zh_Hant_TWN_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Croato | Hr | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Croato | hr_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Croato | hr_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Croato | hr_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Croato | hr_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Croato | hr_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Croato | hr_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Croato | hr_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Ceco | Cs | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Ceco | cs_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Ceco | cs_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Ceco | cs_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Ceco | cs_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Ceco | cs_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Ceco | cs_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Ceco | cs_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Danese | da | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Danese | da_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Danese | da_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Danese | da_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Danese | da_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Danese | da_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Danese | da_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Danese | da_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Olandese | Nl | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Olandese | nl_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Olandese | nl_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Olandese | nl_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Olandese | nl_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Olandese | nl_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Olandese | nl_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Olandese | nl_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Dzongkha | Dz | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Dzongkha | dz_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Dzongkha | dz_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Dzongkha | dz_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Dzongkha | dz_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Dzongkha | dz_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Dzongkha | dz_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Dzongkha | dz_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Inglese | En | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Inglese | en_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Inglese | en_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Inglese | en_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Inglese | en_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Inglese | en_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Inglese | en_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Inglese | en_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Inglese | Stati Uniti | en_USA | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Inglese | Stati Uniti | en_USA_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Inglese | Stati Uniti | en_USA_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Inglese | Stati Uniti | en_USA_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Inglese | Stati Uniti | en_USA_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Inglese | Stati Uniti | en_USA_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Inglese | Stati Uniti | en_USA_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Inglese | Stati Uniti | en_USA_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Esperanto | Eo | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Esperanto | eo_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Esperanto | eo_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Esperanto | eo_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Esperanto | eo_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Esperanto | eo_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Esperanto | eo_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Esperanto | eo_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Estone | Et | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Estone | et_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Estone | et_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Estone | et_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Estone | et_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Estone | et_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Estone | et_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Estone | et_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Pecora | Ee | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Pecora | ee_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Pecora | ee_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Pecora | ee_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Pecora | ee_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Pecora | ee_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Pecora | ee_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Pecora | ee_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Faeroese | Fo | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Faeroese | fo_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Faeroese | fo_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Faeroese | fo_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Faeroese | fo_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Faeroese | fo_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Faeroese | fo_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Faeroese | fo_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Filippine | Film | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Filippine | fil_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Filippine | fil_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Filippine | fil_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Filippine | fil_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Filippine | fil_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Filippine | fil_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Filippine | fil_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Finlandese | Fi | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Finlandese | fi_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Finlandese | fi_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Finlandese | fi_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Finlandese | fi_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Finlandese | fi_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Finlandese | fi_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Finlandese | fi_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Francese | Fr | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Francese | fr_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Francese | fr_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Francese | fr_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Francese | fr_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Francese | fr_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Francese | fr_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Francese | fr_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Francese | Canada | fr_CAN | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Francese | Canada | fr_CAN_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Francese | Canada | fr_CAN_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Francese | Canada | fr_CAN_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Francese | Canada | fr_CAN_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Francese | Canada | fr_CAN_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Francese | Canada | fr_CAN_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Francese | Canada | fr_CAN_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Fula | ff | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Fula | ff_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Fula | ff_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Fula | ff_Adlm | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Fula | ff_Adlm_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Fula | ff_Adlm_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Fula | ff_Adlm_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Fula | ff_Adlm_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Fula | ff_Adlm_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Fula | ff_Adlm_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Fula | ff_Adlm_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Fula | ff_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Fula | ff_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Fula | ff_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Fula | ff_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Fula | ff_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Galiziano | gl | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Galiziano | gl_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Galiziano | gl_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Galiziano | gl_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Galiziano | gl_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Galiziano | gl_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Galiziano | gl_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Galiziano | gl_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Georgiano | Ka | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Georgiano | ka_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Georgiano | ka_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Georgiano | ka_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Georgiano | ka_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Georgiano | ka_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Georgiano | ka_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Georgiano | ka_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Tedesco | de | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Tedesco | de_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Tedesco | de_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Tedesco | de_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Tedesco | de_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Tedesco | de_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Tedesco | de_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Tedesco | de_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Tedesco | Austria | de_AUT | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Tedesco | Austria | de_AUT_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Tedesco | Austria | de_AUT_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Tedesco | Austria | de_AUT_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Tedesco | Austria | de_AUT_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Tedesco | Austria | de_AUT_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Tedesco | Austria | de_AUT_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Tedesco | Austria | de_AUT_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Greco | El | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Greco | el_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Greco | el_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Greco | el_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Greco | el_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Greco | el_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Greco | el_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Greco | el_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Gujarati | gu | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Gujarati | gu_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Gujarati | gu_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Gujarati | gu_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Gujarati | gu_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Gujarati | gu_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Gujarati | gu_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Gujarati | gu_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Hausa | ha | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Hausa | ha_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Hausa | ha_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Hausa | ha_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Hausa | ha_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Hausa | ha_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Hausa | ha_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Hausa | ha_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Hawaiano | ehm | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Hawaiano | haw_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Hawaiano | haw_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Hawaiano | haw_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Hawaiano | haw_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Hawaiano | haw_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Hawaiano | haw_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Hawaiano | haw_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Ebraico | Lui | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Ebraico | he_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Ebraico | he_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Ebraico | he_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Ebraico | he_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Ebraico | he_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Ebraico | he_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Ebraico | he_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Ebraico | Israele | he_ISR | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Ebraico | Israele | he_ISR_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Ebraico | Israele | he_ISR_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Ebraico | Israele | he_ISR_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Ebraico | Israele | he_ISR_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Ebraico | Israele | he_ISR_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Ebraico | Israele | he_ISR_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Ebraico | Israele | he_ISR_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Hindi | ciao | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Hindi | hi_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Hindi | hi_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Hindi | hi_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Hindi | hi_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Hindi | hi_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Hindi | hi_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Hindi | hi_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Ungherese | Hu | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Ungherese | hu_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Ungherese | hu_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Ungherese | hu_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Ungherese | hu_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Ungherese | hu_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Ungherese | hu_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Ungherese | hu_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Islandese | è | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Islandese | is_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Islandese | is_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Islandese | is_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Islandese | is_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Islandese | is_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Islandese | is_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Islandese | is_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Igbo | Ig | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Igbo | ig_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Igbo | ig_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Igbo | ig_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Igbo | ig_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Igbo | ig_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Igbo | ig_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Igbo | ig_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Inari Sami | smn | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Inari Sami | smn_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Inari Sami | smn_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Inari Sami | smn_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Inari Sami | smn_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Inari Sami | smn_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Inari Sami | smn_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Inari Sami | smn_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Indonesiano | Id | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Indonesiano | id_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Indonesiano | id_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Indonesiano | id_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Indonesiano | id_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Indonesiano | id_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Indonesiano | id_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Indonesiano | id_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Indonesiano | Indonesia | id_IDN | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Indonesiano | Indonesia | id_IDN_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Indonesiano | Indonesia | id_IDN_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Indonesiano | Indonesia | id_IDN_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Indonesiano | Indonesia | id_IDN_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Indonesiano | Indonesia | id_IDN_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Indonesiano | Indonesia | id_IDN_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Indonesiano | Indonesia | id_IDN_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Irlandese | Ga | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Irlandese | ga_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Irlandese | ga_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Irlandese | ga_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Irlandese | ga_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Irlandese | ga_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Irlandese | ga_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Irlandese | ga_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Italiano | esso | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Italiano | it_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Italiano | it_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Italiano | it_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Italiano | it_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Italiano | it_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Italiano | it_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Italiano | it_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Giapponese | Ja | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Giapponese | ja_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Giapponese | ja_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Giapponese | ja_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Giapponese | ja_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Giapponese | ja_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Giapponese | ja_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Giapponese | ja_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Kalaallisut | Kl | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Kalaallisut | kl_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Kalaallisut | kl_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Kalaallisut | kl_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Kalaallisut | kl_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Kalaallisut | kl_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Kalaallisut | kl_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Kalaallisut | kl_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Kannada | Kn | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Kannada | kn_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Kannada | kn_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Kannada | kn_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Kannada | kn_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Kannada | kn_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Kannada | kn_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Kannada | kn_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Kazaco | kk | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Kazaco | kk_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Kazaco | kk_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Kazaco | kk_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Kazaco | kk_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Kazaco | kk_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Kazaco | kk_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Kazaco | kk_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Khmer | chilometro | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Khmer | km_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Khmer | km_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Khmer | km_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Khmer | km_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Khmer | km_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Khmer | km_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Khmer | km_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Konkani | kok | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Konkani | kok_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Konkani | kok_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Konkani | kok_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Konkani | kok_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Konkani | kok_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Konkani | kok_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Konkani | kok_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Coreano | Ko | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Coreano | ko_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Coreano | ko_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Coreano | ko_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Coreano | ko_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Coreano | ko_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Coreano | ko_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Coreano | ko_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Curdo | Ku | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Curdo | ku_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Curdo | ku_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Curdo | ku_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Curdo | ku_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Curdo | ku_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Curdo | ku_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Curdo | ku_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Kirghiso | Ky | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Kirghiso | ky_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Kirghiso | ky_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Kirghiso | ky_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Kirghiso | ky_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Kirghiso | ky_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Kirghiso | ky_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Kirghiso | ky_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Lakota | lkt | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Lakota | lkt_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Lakota | lkt_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Lakota | lkt_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Lakota | lkt_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Lakota | lkt_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Lakota | lkt_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Lakota | lkt_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Lao | ecco | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Lao | lo_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Lao | lo_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Lao | lo_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Lao | lo_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Lao | lo_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Lao | lo_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Lao | lo_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Lettone | Lv | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Lettone | lv_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Lettone | lv_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Lettone | lv_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Lettone | lv_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Lettone | lv_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Lettone | lv_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Lettone | lv_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Ligure | lij | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Ligure | lij_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Ligure | lij_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Ligure | lij_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Ligure | lij_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Ligure | lij_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Ligure | lij_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Ligure | lij_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Lingala | Ln | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Lingala | ln_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Lingala | ln_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Lingala | ln_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Lingala | ln_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Lingala | ln_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Lingala | ln_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Lingala | ln_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Lituano | Lt | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Lituano | lt_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Lituano | lt_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Lituano | lt_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Lituano | lt_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Lituano | lt_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Lituano | lt_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Lituano | lt_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Sorbiano inferiore | dsb | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Sorbiano inferiore | dsb_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Sorbiano inferiore | dsb_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Sorbiano inferiore | dsb_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Sorbiano inferiore | dsb_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Sorbiano inferiore | dsb_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Sorbiano inferiore | dsb_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Sorbiano inferiore | dsb_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Lussemburghese | Lb | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Lussemburghese | lb_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Lussemburghese | lb_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Lussemburghese | lb_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Lussemburghese | lb_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Lussemburghese | lb_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Lussemburghese | lb_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Lussemburghese | lb_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Macedone | Mk | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Macedone | mk_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Macedone | mk_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Macedone | mk_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Macedone | mk_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Macedone | mk_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Macedone | mk_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Macedone | mk_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Malese | ms | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Malese | ms_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Malese | ms_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Malese | ms_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Malese | ms_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Malese | ms_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Malese | ms_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Malese | ms_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Malayalam | Ml | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Malayalam | ml_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Malayalam | ml_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Malayalam | ml_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Malayalam | ml_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Malayalam | ml_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Malayalam | ml_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Malayalam | ml_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Maltese | Mt | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Maltese | mt_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Maltese | mt_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Maltese | mt_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Maltese | mt_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Maltese | mt_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Maltese | mt_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Maltese | mt_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Marathi | signor | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Marathi | mr_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Marathi | mr_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Marathi | mr_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Marathi | mr_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Marathi | mr_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Marathi | mr_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Marathi | mr_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Mongolo | Mn | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Mongolo | mn_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Mongolo | mn_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Mongolo | mn_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Mongolo | mn_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Mongolo | mn_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Mongolo | mn_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Mongolo | mn_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| nepalese | ne | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| nepalese | ne_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| nepalese | ne_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| nepalese | ne_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| nepalese | ne_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| nepalese | ne_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| nepalese | ne_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| nepalese | ne_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Sami settentrionale | se | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Sami settentrionale | se_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Sami settentrionale | se_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Sami settentrionale | se_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Sami settentrionale | se_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Sami settentrionale | se_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Sami settentrionale | se_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Sami settentrionale | se_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Sotho settentrionale | Nso | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Sotho settentrionale | nso_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Sotho settentrionale | nso_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Sotho settentrionale | nso_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Sotho settentrionale | nso_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Sotho settentrionale | nso_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Sotho settentrionale | nso_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Sotho settentrionale | nso_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Norvegese Bokmål | Nb | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Norvegese Bokmål | nb_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Norvegese Bokmål | nb_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Norvegese Bokmål | nb_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Norvegese Bokmål | nb_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Norvegese Bokmål | nb_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Norvegese Bokmål | nb_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Norvegese Bokmål | nb_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Norvegese Bokmål | Norvegia | nb_NOR | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Norvegese Bokmål | Norvegia | nb_NOR_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Norvegese Bokmål | Norvegia | nb_NOR_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Norvegese Bokmål | Norvegia | nb_NOR_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Norvegese Bokmål | Norvegia | nb_NOR_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Norvegese Bokmål | Norvegia | nb_NOR_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Norvegese Bokmål | Norvegia | nb_NOR_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Norvegese Bokmål | Norvegia | nb_NOR_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Norvegese Nynorsk | nn | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Norvegese Nynorsk | nn_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Norvegese Nynorsk | nn_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Norvegese Nynorsk | nn_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Norvegese Nynorsk | nn_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Norvegese Nynorsk | nn_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Norvegese Nynorsk | nn_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Norvegese Nynorsk | nn_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Norvegese | No | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Norvegese | no_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Norvegese | no_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Norvegese | no_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Norvegese | no_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Norvegese | no_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Norvegese | no_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Norvegese | no_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Odia | o | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Odia | or_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Odia | or_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Odia | or_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Odia | or_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Odia | or_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Odia | or_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Odia | or_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Oromo | Om | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Oromo | om_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Oromo | om_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Oromo | om_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Oromo | om_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Oromo | om_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Oromo | om_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Oromo | om_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Pashto | P.S. | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Pashto | ps_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Pashto | ps_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Pashto | ps_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Pashto | ps_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Pashto | ps_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Pashto | ps_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Pashto | ps_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Farsi | fa | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Farsi | fa_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Farsi | fa_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Farsi | fa_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Farsi | fa_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Farsi | fa_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Farsi | fa_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Farsi | fa_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Farsi | Afghanistan | fa_AFG | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Farsi | Afghanistan | fa_AFG_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Farsi | Afghanistan | fa_AFG_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Farsi | Afghanistan | fa_AFG_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Farsi | Afghanistan | fa_AFG_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Farsi | Afghanistan | fa_AFG_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Farsi | Afghanistan | fa_AFG_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Farsi | Afghanistan | fa_AFG_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Polacco | Pl | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Polacco | pl_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Polacco | pl_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Polacco | pl_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Polacco | pl_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Polacco | pl_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Polacco | pl_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Polacco | pl_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Portoghese | pt | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Portoghese | pt_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Portoghese | pt_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Portoghese | pt_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Portoghese | pt_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Portoghese | pt_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Portoghese | pt_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Portoghese | pt_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Punjabi | papà | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Punjabi | pa_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Punjabi | pa_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Punjabi | pa_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Punjabi | pa_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Punjabi | pa_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Punjabi | pa_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Punjabi | pa_Guru | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Punjabi | pa_Guru_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Punjabi | pa_Guru_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Punjabi | pa_Guru_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Punjabi | pa_Guru_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Punjabi | pa_Guru_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Punjabi | pa_Guru_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Punjabi | pa_Guru_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Punjabi | pa_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Punjabi | India | pa_Guru_IND | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Punjabi | India | pa_Guru_IND_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Punjabi | India | pa_Guru_IND_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Punjabi | India | pa_Guru_IND_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Punjabi | India | pa_Guru_IND_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Punjabi | India | pa_Guru_IND_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Punjabi | India | pa_Guru_IND_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Punjabi | India | pa_Guru_IND_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Rumeno | ro | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Rumeno | ro_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Rumeno | ro_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Rumeno | ro_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Rumeno | ro_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Rumeno | ro_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Rumeno | ro_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Rumeno | ro_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Russo | Ru | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Russo | ru_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Russo | ru_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Russo | ru_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Russo | ru_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Russo | ru_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Russo | ru_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Russo | ru_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Sanscrito | Sa | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Sanscrito | sa_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Sanscrito | sa_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Sanscrito | sa_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Sanscrito | sa_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Sanscrito | sa_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Sanscrito | sa_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Sanscrito | sa_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Serbo | Sr | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Serbo | sr_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Serbo | sr_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Serbo | sr_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Serbo | sr_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Serbo | sr_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Serbo | sr_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Serbo | sr_Cyrl | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Serbo | sr_Cyrl_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Serbo | sr_Cyrl_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Serbo | sr_Cyrl_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Serbo | sr_Cyrl_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Serbo | sr_Cyrl_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Serbo | sr_Cyrl_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Serbo | sr_Cyrl_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Serbo | sr_Latn | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Serbo | sr_Latn_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Serbo | sr_Latn_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Serbo | sr_Latn_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Serbo | sr_Latn_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Serbo | sr_Latn_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Serbo | sr_Latn_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Serbo | sr_Latn_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Serbo | sr_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Serbo | Bosnia & Erzegovina | sr_Cyrl_BIH | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Bosnia & Erzegovina | sr_Cyrl_BIH_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Bosnia & Erzegovina | sr_Cyrl_BIH_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Bosnia & Erzegovina | sr_Cyrl_BIH_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Bosnia & Erzegovina | sr_Cyrl_BIH_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Bosnia & Erzegovina | sr_Cyrl_BIH_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Bosnia & Erzegovina | sr_Cyrl_BIH_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Bosnia & Erzegovina | sr_Cyrl_BIH_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Bosnia & Erzegovina | sr_Latn_BIH | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Bosnia & Erzegovina | sr_Latn_BIH_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Bosnia & Erzegovina | sr_Latn_BIH_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Bosnia & Erzegovina | sr_Latn_BIH_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Bosnia & Erzegovina | sr_Latn_BIH_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Bosnia & Erzegovina | sr_Latn_BIH_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Bosnia & Erzegovina | sr_Latn_BIH_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Bosnia & Erzegovina | sr_Latn_BIH_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Montenegro | sr_Cyrl_MNE | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Montenegro | sr_Cyrl_MNE_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Montenegro | sr_Cyrl_MNE_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Montenegro | sr_Cyrl_MNE_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Montenegro | sr_Cyrl_MNE_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Montenegro | sr_Cyrl_MNE_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Montenegro | sr_Cyrl_MNE_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Montenegro | sr_Cyrl_MNE_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Serbia | sr_Cyrl_SRB | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Serbia | sr_Cyrl_SRB_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Serbia | sr_Cyrl_SRB_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Serbia | sr_Cyrl_SRB_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Serbia | sr_Cyrl_SRB_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Serbia | sr_Cyrl_SRB_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Serbia | sr_Cyrl_SRB_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Serbia | sr_Cyrl_SRB_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Serbia | sr_Latn_SRB | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Serbia | sr_Latn_SRB_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Serbia | sr_Latn_SRB_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Serbia | sr_Latn_SRB_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Serbia | sr_Latn_SRB_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 |
| Serbo | Serbia | sr_Latn_SRB_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Serbia | sr_Latn_SRB_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 |
| Serbo | Serbia | sr_Latn_SRB_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |
| Sinhala | si | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Sinhala | si_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Sinhala | si_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Sinhala | si_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Sinhala | si_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Sinhala | si_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Sinhala | si_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Sinhala | si_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Slovacco | Sk | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Slovacco | sk_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Slovacco | sk_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Slovacco | sk_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Slovacco | sk_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Slovacco | sk_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Slovacco | sk_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Slovacco | sk_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Sloveno | Sl | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Sloveno | sl_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Sloveno | sl_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Sloveno | sl_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Sloveno | sl_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Sloveno | sl_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Sloveno | sl_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Sloveno | sl_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Sotho meridionale | San | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Sotho meridionale | st_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Sotho meridionale | st_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Sotho meridionale | st_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Sotho meridionale | st_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Sotho meridionale | st_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Sotho meridionale | st_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Sotho meridionale | st_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Spagnolo | ES | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Spagnolo | es_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Spagnolo | es_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Spagnolo | es_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Spagnolo | es_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Spagnolo | es_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Spagnolo | es_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Spagnolo | es_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Swahili | Sw | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Swahili | sw_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Swahili | sw_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Swahili | sw_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Swahili | sw_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Swahili | sw_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Swahili | sw_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Swahili | sw_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Svedese | Sv | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Svedese | sv_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Svedese | sv_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Svedese | sv_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Svedese | sv_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Svedese | sv_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Svedese | sv_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Svedese | sv_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Tamil | grazie | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Tamil | ta_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Tamil | ta_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Tamil | ta_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Tamil | ta_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Tamil | ta_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Tamil | ta_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Tamil | ta_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Telugu | te | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Telugu | te_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Telugu | te_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Telugu | te_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Telugu | te_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Telugu | te_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Telugu | te_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Telugu | te_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Tailandese | esimo | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Tailandese | th_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Tailandese | th_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Tailandese | th_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Tailandese | th_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Tailandese | th_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Tailandese | th_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Tailandese | th_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Tibetano | Bo | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Tibetano | bo_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Tibetano | bo_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Tibetano | bo_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Tibetano | bo_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Tibetano | bo_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Tibetano | bo_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Tibetano | bo_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Tongano | A | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Tongano | to_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Tongano | to_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Tongano | to_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Tongano | to_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Tongano | to_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Tongano | to_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Tongano | to_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Tswana | Tn | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Tswana | tn_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Tswana | tn_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Tswana | tn_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Tswana | tn_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Tswana | tn_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Tswana | tn_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Tswana | tn_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Turco | Tr | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Turco | tr_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Turco | tr_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Turco | tr_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Turco | tr_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Turco | tr_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Turco | tr_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Turco | tr_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Turkmeno | Tk | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Turkmeno | tk_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Turkmeno | tk_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Turkmeno | tk_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Turkmeno | tk_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Turkmeno | tk_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Turkmeno | tk_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Turkmeno | tk_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Ucraino | Regno Unito | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Ucraino | uk_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Ucraino | uk_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Ucraino | uk_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Ucraino | uk_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Ucraino | uk_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Ucraino | uk_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Ucraino | uk_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Sorbiano superiore | Hsb | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Sorbiano superiore | hsb_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Sorbiano superiore | hsb_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Sorbiano superiore | hsb_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Sorbiano superiore | hsb_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Sorbiano superiore | hsb_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Sorbiano superiore | hsb_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Sorbiano superiore | hsb_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Urdu | tua | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Urdu | ur_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Urdu | ur_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Urdu | ur_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Urdu | ur_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Urdu | ur_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Urdu | ur_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Urdu | ur_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Uyghur | Ug | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Uyghur | ug_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Uyghur | ug_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Uyghur | ug_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Uyghur | ug_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Uyghur | ug_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Uyghur | ug_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Uyghur | ug_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Uzbeco | uz | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Uzbeco | uz_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Uzbeco | uz_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Uzbeco | uz_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Uzbeco | uz_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Uzbeco | uz_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Uzbeco | uz_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Uzbeco | uz_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Vietnamita | vi | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Vietnamita | vi_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Vietnamita | vi_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Vietnamita | vi_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Vietnamita | vi_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Vietnamita | vi_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Vietnamita | vi_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Vietnamita | vi_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Walser | Wae | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Walser | wae_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Walser | wae_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Walser | wae_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Walser | wae_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Walser | wae_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Walser | wae_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Walser | wae_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Gallese | Cy | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Gallese | cy_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Gallese | cy_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Gallese | cy_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Gallese | cy_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Gallese | cy_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Gallese | cy_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Gallese | cy_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Frisiano occidentale | Fy | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Frisiano occidentale | fy_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Frisiano occidentale | fy_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Frisiano occidentale | fy_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Frisiano occidentale | fy_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Frisiano occidentale | fy_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Frisiano occidentale | fy_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Frisiano occidentale | fy_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Wolof | Wo | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Wolof | wo_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Wolof | wo_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Wolof | wo_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Wolof | wo_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Wolof | wo_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Wolof | wo_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Wolof | wo_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Xhosa | xh | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Xhosa | xh_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Xhosa | xh_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Xhosa | xh_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Xhosa | xh_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Xhosa | xh_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Xhosa | xh_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Xhosa | xh_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Yiddish | Yi | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Yiddish | yi_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Yiddish | yi_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Yiddish | yi_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Yiddish | yi_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Yiddish | yi_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Yiddish | yi_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Yiddish | yi_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Yoruba | Yo | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Yoruba | yo_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Yoruba | yo_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Yoruba | yo_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Yoruba | yo_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Yoruba | yo_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Yoruba | yo_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Yoruba | yo_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Zulù | zu | sensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Zulù | zu_AI | insensibile agli accenti | CASE_SENSITIVE | NO_PAD | 76.1.0.0 | |
| Zulù | zu_AI_RTRIM | insensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 | |
| Zulù | zu_CI | sensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Zulù | zu_CI_AI | insensibile agli accenti | CASE_INSENSITIVE | NO_PAD | 76.1.0.0 | |
| Zulù | zu_CI_AI_RTRIM | insensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Zulù | zu_CI_RTRIM | sensibile agli accenti | CASE_INSENSITIVE | RTRIM | 76.1.0.0 | |
| Zulù | zu_RTRIM | sensibile agli accenti | CASE_SENSITIVE | RTRIM | 76.1.0.0 |