Unicode is an industry standard whose goal is to provide the means by which text of all forms and languages can be encoded for use by computers through a single character set. |
Unicode rappresenta uno standard industriale il quale il suo obiettivo prevede il fornimento dei mezzi attraverso i quali i testi e le lingue di ogni tipo possono essere codificati a scopo di utilizzo da parte di computer tramite un singolo set di caratteri. |
Originally, text-characters were represented in computers using byte-wide data: each printable character (and many non-printing, or "control" characters) were implemented using a single byte each, which allowed for 256 characters total. |
Inizialmente, i caratteri di testo erano rappresentati nei computer usando dati byte-wide: ogni carattere stampabile (e molti non-stampabili, o caratteri "control") è stato attuato usando un unico byte ciascuno, che consentiva un totale di 256. |
However, globalization has created a need for computers to be able to accommodate many different alphabets (and other writing systems) from around the world in an interchangeable way. |
Tuttavia, la globalizzazione ha creato un bisogno per i computer di essere capaci di ospitare molti tipi diversi di alfabeti (ed altri sistemi di scrittura) provenienti da tutto il mondo in un modo intercambiabile. |
The old encodings in use included ASCII or EBCDIC, but it was apparent that they were not capable of handling all the different characters and alphabets from around the world. |
Le vecchie codifiche in uso includevano ASCII oppure EBCDIC, ma era evidente che non erano capaci di gestire tutti i diversi caratteri ed alfabeti provenienti da tutto il mondo. |
The solution to this problem was to create a set of "wide" 16-bit characters that would theoretically be able to accommodate most international language characters. |
La soluzione a questo problema era di creare un set di caratteri "wide" 16-bit che avrebbero teoricamente potuto essere in grado di ospitare più caratteri linguistici internazionali. |
This new charset was first known as the Universal Character Set (UCS), and later standardized as Unicode. |
Questo nuovo set di caratteri è stato dapprima conosciuto come set di caratteri universale (UCS), e che poi si è standardizzato come Unicode. |
However, after the first versions of the Unicode standard it became clear that 65,535 (216) characters would still not be enough to represent every character from all scripts in existence, so the standard was amended to add sixteen supplementary planes of 65,536 characters each, thus bringing the total number of representable code points to 1,114,112. |
Tuttavia, dopo le prime versioni standard di Unicode, si è rivelato chiaro che 65.535 (216) caratteri non sarebbero ancora abbastanza per rappresentare ogni carattere da tutti gli script esistenti, quindi lo standard è stato modificato per aggiungere sedici piani supplementari di 65.536 caratteri ciascuno, portando così il numero totale di punti di codici rappresentabili a 1.114.112. |
To this date, less than 10% of that space is in use. |
Ad oggi, meno del 10% di questo spazio è in uso. |