Discussione:ASCII: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Gwenaeth (discussione | contributi)
Nuova pagina; testo: 'Scusate ma non sarebbe meglio tradurre le tabelle? Ciao --~~~~'
 
Nessun oggetto della modifica
Etichette: Ripristino manuale Modifica da mobile Modifica da web per mobile
 
(15 versioni intermedie di 9 utenti non mostrate)
Riga 1:
{{Wikiscuola
|materiaSUP = informatica
}}
Scusate ma non sarebbe meglio tradurre le tabelle? Ciao --[[Utente:Gwenaeth|Gwenaeth]] 16:18, 16 feb 2007 (CET)
 
::No. I nomi inglesi dei caratteri ASCII sono parte integrante dello standard ISO che lo definisce, quindi non sono traducibili. Come tutti gli standard ISO, esisterà probabilmente una traduzione francese, ma non vedo un gran vantaggio nel sostituire una lingua straniera a un'altra. Quello che si potrebbe fare è aggiungere una nuova colonna con una descrizione italiana. [[Speciale:Contributi/81.120.65.55|81.120.65.55]] ([[User talk:81.120.65.55|msg]]) 09:30, 27 ago 2008 (CEST)
Direi che si può fare quello che hai detto te....--[[Utente:Nico96|Nico96]] ([[Discussioni utente:Nico96|msg]]) 21:03, 5 nov 2009 (CET)
ho diviso la tabella...La tabella di quelli stampabili è "aposto" quella di quelli non stampabili la formatterò e tradurrrò come si deve entro domani....Spero che (sempre se c'è di interesse) riusciamo a mandare questa voce in vetrina come nella wiki spagnola e inglese....--[[Utente:Nico96|Nico96]] ([[Discussioni utente:Nico96|msg]]) 18:29, 6 nov 2009 (CET)
Scusate il ritardo....Cmq questa sarebbe la versione tradotta parzialmente se qualcuno la vuole finire...
 
{| class="wikitable" style="text-align: center"
|-
! [[Sistema numerico binario|Binary]] !! [[ottale|Oct]] !! [[Sistema numerico decimale|Dec]] !! [[Sistema numerico esadecimale|Hex]] !! Abbr !! PR !! [[Control key|CS]] !! [[C (linguaggio)#Sequenze di Escape|CEC]] !! Description !! Traduzione
|-
|000 0000 ||style="background:lightblue;"| 000 ||style="background:#CFF;"| 0 ||style="background:lightblue;"| 00
|NUL || <big>{{unicode|␀}}</big> || ^@ || \0 || align=left| Null character || align=left| ''Carattere nullo''
|-
|000 0001 ||style="background:lightblue;"| 001 ||style="background:#CFF;"| 1 ||style="background:lightblue;"| 01
|SOH || <big>{{unicode|␁}}</big> || ^A || || align=left| Start of Header || align=left| [[Header|''Inizio dell' Header'']]
|-
|000 0010 ||style="background:lightblue;"| 002 ||style="background:#CFF;"| 2 ||style="background:lightblue;"| 02
|STX || <big>{{unicode|␂}}</big> || ^B || || align=left| Start of Text || align=left| [[Testo|''Inizio del Testo'']]
|-
|000 0011 ||style="background:lightblue;"| 003 ||style="background:#CFF;"| 3 ||style="background:lightblue;"| 03
|ETX || <big>{{unicode|␃}}</big> || Control-C|^C || || align=left| End of Text || align=left| [[Testo|''Fine del Testo'']]
|-
|000 0100 ||style="background:lightblue;"| 004 ||style="background:#CFF;"| 4 ||style="background:lightblue;"| 04
|EOT || <big>{{unicode|␄}}</big> || ^D || || align=left| End of Transmission || align=left| [[Trasmissione seriale|''Fine della Trasmissione'']]
|-
|000 0101 ||style="background:lightblue;"| 005 ||style="background:#CFF;"| 5 ||style="background:lightblue;"| 05
|ENQ || <big>{{unicode|␅}}</big> || ^E || || align=left| Enquiry || align=left | ''Enquiry''
|-
|000 0110 ||style="background:lightblue;"| 006 ||style="background:#CFF;"| 6 ||style="background:lightblue;"| 06
|ACK || <big>{{unicode|␆}}</big> || ^F || || align=left| Acknowledgment || align=left | ''[[Acknowledgment]]''
|-
|000 0111 ||style="background:lightblue;"| 007 ||style="background:#CFF;"| 7 ||style="background:lightblue;"| 07
|BEL
|<big>{{unicode|␇}}</big>
|^G
| \a
| align=left| Bell || align=left | ''Bell''
|-
|000 1000 ||style="background:lightblue;"| 010 ||style="background:#CFF;"| 8 ||style="background:lightblue;"| 08
|BS
|<big>{{unicode|␈}}</big>
|^H
| \b
| align=left| Backspace || align=left | ''[[Carattere di controllo|Cancella un Carattere]]''
|-
|000 1001 ||style="background:lightblue;"| 011 ||style="background:#CFF;"| 9 ||style="background:lightblue;"| 09
|HT
|<big>{{unicode|␉}}</big>
|^I
| \t
| align=left| Horizontal Tab ||align=left| ''Tabulatore''
|-
|000 1010 ||style="background:lightblue;"| 012 ||style="background:#CFF;"| 10 ||style="background:lightblue;"| 0A
|LF
|<big>{{unicode|␊}}</big>
|^J
| \n
| align=left| Line feed || align=left| [[Newline|''A capo'']]
|-
|000 1011 ||style="background:lightblue;"| 013 ||style="background:#CFF;"| 11 ||style="background:lightblue;"| 0B
|VT
|<big>{{unicode|␋}}</big>
|^K
| \v
| align=left| Vertical Tab || align=left| ''Tabulatore''
|-
|000 1100 ||style="background:lightblue;"| 014 ||style="background:#CFF;"| 12 ||style="background:lightblue;"| 0C
|FF
|<big>{{unicode|␌}}</big>
|^L
| \f
| align=left| Form feed || align=left| ''Interruzione di pagina''
|-
|000 1101 ||style="background:lightblue;"| 015 ||style="background:#CFF;"| 13 ||style="background:lightblue;"| 0D
|CR
|<big>{{unicode|␍}}</big>
|^M
| \r
| align=left| Carriage return || align=left | ''Enter''
|-
|000 1110 ||style="background:lightblue;"| 016 ||style="background:#CFF;"| 14 ||style="background:lightblue;"| 0E
|SO
|<big>{{unicode|␎}}</big>
|^N
|
| align=left| [[Shift Out and Shift In characters|Shift Out]]
|-
|000 1111 ||style="background:lightblue;"| 017 ||style="background:#CFF;"| 15 ||style="background:lightblue;"| 0F
|SI
|<big>{{unicode|␏}}</big>
|^O
|
| align=left| [[Shift Out and Shift In characters|Shift In]]
|-
|001 0000 ||style="background:lightblue;"| 020 ||style="background:#CFF;"| 16 ||style="background:lightblue;"| 10
|DLE
|<big>{{unicode|␐}}</big>
|^P
|
| align=left| Data Link Escape
|-
|001 0001 ||style="background:lightblue;"| 021 ||style="background:#CFF;"| 17 ||style="background:lightblue;"| 11
|DC1
|<big>{{unicode|␑}}</big>
|^Q
|
| align=left| Device Control 1 (oft. [[XON/XOFF|XON]])
|-
|001 0010 ||style="background:lightblue;"| 022 ||style="background:#CFF;"| 18 ||style="background:lightblue;"| 12
|DC2
|<big>{{unicode|␒}}</big>
|^R
|
| align=left| Device Control 2
|-
|001 0011 ||style="background:lightblue;"| 023 ||style="background:#CFF;"| 19 ||style="background:lightblue;"| 13
|DC3
|<big>{{unicode|␓}}</big>
|^S
|
| align=left| Device Control 3 (oft. [[XON/XOFF|XOFF]])
|-
|001 0100 ||style="background:lightblue;"| 024 ||style="background:#CFF;"| 20 ||style="background:lightblue;"| 14
|DC4
|<big>{{unicode|␔}}</big>
|^T
|
| align=left| Device Control 4
|-
|001 0101 ||style="background:lightblue;"| 025 ||style="background:#CFF;"| 21 ||style="background:lightblue;"| 15
|NAK
|<big>{{unicode|␕}}</big>
|^U
|
| align=left| [[Negative-acknowledge character|Negative Acknowledgement]]
|-
|001 0110 ||style="background:lightblue;"| 026 ||style="background:#CFF;"| 22 ||style="background:lightblue;"| 16
|SYN
|<big>{{unicode|␖}}</big>
|[[Control-V|^V]]
|
| align=left| Synchronous Idle
|-
|001 0111 ||style="background:lightblue;"| 027 ||style="background:#CFF;"| 23 ||style="background:lightblue;"| 17
|ETB
|<big>{{unicode|␗}}</big>
|^W
|
| align=left| End of Trans. Block
|-
|001 1000 ||style="background:lightblue;"| 030 ||style="background:#CFF;"| 24 ||style="background:lightblue;"| 18
|CAN
|<big>{{unicode|␘}}</big>
|[[Control-X|^X]]
|
| align=left| [[Cancel character|Cancel]]
|-
|001 1001 ||style="background:lightblue;"| 031 ||style="background:#CFF;"| 25 ||style="background:lightblue;"| 19
|EM
|<big>{{unicode|␙}}</big>
|[[Control-Y|^Y]]
|
| align=left| End of Medium
|-
|001 1010 ||style="background:lightblue;"| 032 ||style="background:#CFF;"| 26 ||style="background:lightblue;"| 1A
|SUB
|<big>{{unicode|␚}}</big>
|[[Control-Z|^Z]]
|
| align=left| [[Substitute character|Substitute]]
|-
|001 1011 ||style="background:lightblue;"| 033 ||style="background:#CFF;"| 27 ||style="background:lightblue;"| 1B
|ESC
|<big>{{unicode|␛}}</big>
|^<nowiki>[</nowiki>
| \e
| align=left| [[Escape character|Escape]]
|-
|001 1100 ||style="background:lightblue;"| 034 ||style="background:#CFF;"| 28 ||style="background:lightblue;"| 1C
|FS
|<big>{{unicode|␜}}</big>
|^\
|
| align=left| [[File separator|File Separator]]
|-
|001 1101 ||style="background:lightblue;"| 035 ||style="background:#CFF;"| 29 ||style="background:lightblue;"| 1D
|GS
|<big>{{unicode|␝}}</big>
|^<nowiki>]</nowiki>
|
| align=left| [[Group separator|Group Separator]]
|-
|001 1110 ||style="background:lightblue;"| 036 ||style="background:#CFF;"| 30 ||style="background:lightblue;"| 1E
|RS
|<big>{{unicode|␞}}</big>
|^^
|
| align=left| [[Record separator|Record Separator]]
|-
|001 1111 ||style="background:lightblue;"| 037 ||style="background:#CFF;"| 31 ||style="background:lightblue;"| 1F
|US
|<big>{{unicode|␟}}</big>
|^_
|
| align=left| [[Unit separator|Unit Separator]]
|-
|colspan="9"|
|-
|111 1111 ||style="background:lightblue;"| 177 ||style="background:#CFF;"| 127 ||style="background:lightblue;"| 7F
|DEL
|<big>{{unicode|␡}}</big>
|^?
|
| align=left| Delete
|}
 
--[[Utente:Nico96|Nico96]] ([[Discussioni utente:Nico96|msg]]) 18:50, 21 nov 2009 (CET)
Almeno i titoli della tabella però, si possono tradurre. --[[Speciale:Contributi/79.13.72.29|79.13.72.29]] ([[User talk:79.13.72.29|msg]]) 16:53, 21 dic 2009 (CET)
 
== Guardando ai bit.. ==
 
Ho eliminato la sezione perché non ritengo che sia inerente al tema e al tono della pagina. Eventualmente andrebbe sviluppata meglio e con una voce apposita, anche se ho qualche dubbio. In ogni caso gli inserimenti non vanno firmati. -- [[Utente:Lepido|Lepido]] ([[Discussioni utente:Lepido|msg]]) 22:29, 17 apr 2010 (CEST)
 
:OKKKKKKKKK --[[Speciale:Contributi/5.89.200.78|5.89.200.78]] ([[User talk:5.89.200.78|msg]]) 13:42, 22 ott 2023 (CEST)
 
== Collegamenti esterni modificati ==
 
Gentili utenti,
 
ho appena modificato 1 {{plural:1|collegamento esterno|collegamenti esterni}} sulla pagina ASCII. Per cortesia controllate la [https://it.wikipedia.org/w/index.php?diff=prev&oldid=104911650 mia modifica]. Se avete qualche domanda o se fosse necessario far sì che il bot ignori i link o l'intera pagina, date un'occhiata a [[:m:InternetArchiveBot/FAQ/it|queste FAQ]]. Ho effettuato le seguenti modifiche:
*Aggiunta del link all'archivio https://web.archive.org/web/20120724022406/http://www.wps.com/projects/codes/X3.4-1963/index.html per http://www.wps.com/projects/codes/X3.4-1963/index.html
 
Fate riferimento alle FAQ per informazioni su come correggere gli errori del bot.
 
Saluti.—[[:en:User:InternetArchiveBot|'''<span style="color:darkgrey;font-family:monospace">InternetArchiveBot</span>''']] <span style="color:green;font-family:Rockwell">([[:en:User talk:InternetArchiveBot|Segnala un errore]])</span> 14:23, 15 mag 2019 (CEST)
Ritorna alla pagina "ASCII".