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 è uno standard industriale il cui obiettivo è fornire i mezzi per codificare il testo di tutte le forme e lingue in modo che possa essere utilizzato dai computer attraverso un unico 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. |
In origine, i caratteri di testo erano rappresentati nei computer utilizzando dati di dimensione di un byte: ogni carattere stampabile (e molti caratteri non stampabili o di "controllo") erano implementati utilizzando un singolo byte ciascuno, consentendo un totale di 256 caratteri. |
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 la necessità per i computer di poter gestire molti alfabeti diversi (e altri sistemi di scrittura) da tutto il mondo in 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 o EBCDIC, ma era evidente che non erano in grado di gestire tutti i diversi caratteri e alfabeti del 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 fu creare un insieme di caratteri "ampi" a 16 bit che teoricamente sarebbe stato in grado di ospitare la maggior parte dei caratteri delle lingue internazionali. |
This new charset was first known as the Universal Character Set (UCS), and later standardized as Unicode. |
Questo nuovo set di caratteri era inizialmente noto come Universal Character Set (UCS) ed è stato successivamente 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 dello standard Unicode, divenne chiaro che 65.535 (2^16) caratteri non sarebbero stati sufficienti per rappresentare ogni carattere di tutti gli alfabeti esistenti, quindi lo standard è stato modificato per aggiungere sedici piani supplementari di 65.536 caratteri ciascuno, portando così il numero totale di punti di codice rappresentabili a 1.114.112. |
To this date, less than 10% of that space is in use. |
Fino ad oggi, meno del 10% di quel spazio è in uso. |