ASCII符号的读法

这是来自我很常去阅读的一个blog上的一篇文章,介绍了常见的ASCII符号的读法(大多是键盘上可以敲出的那些),实在是让我有些大开眼界,我也发几个我的中文读法,欢迎校准  : )

  • # 我的读法通常是“井字符”,除了用在C#(一种编程语言)时我直接发“sharp”。
  • & 这个我完全不知道英文该怎么读?也不知道中文这该叫什么,我通常发“and"音(因为C语言中&&是“AND”的意思)。
  • @ 用在Email地址时,我念作“at”,其它场合我有时也读“圈a”。
  • ^ 这个我通常要靠比划了,或者在有键盘的场合,我会说“Shift-6”,呵呵。
  • | 大部分人应该读“竖杠”吧。。。有时我也读成“或”(也是因为C语言,但奇怪的是,&通常我会读成“and”,而不读“与”)。
  • ` 这个也是我搞不定的,通常我就说 “Tab上面那个”。

评论最多文章


5 Responses to “ASCII符号的读法”

  • 乡下大哥 Says:

    权威来了:

    Table C-1. ASCII Pronunciation Guide
    Character Pronunciation
    ! bang, exlamation
    * star, asterisk
    $ dollar
    @ at
    % percent
    & ampersand
    " double-quote
    ' single-quote, tick
    ( ) open/close bracket, parentheses
    greater than
    - dash, hyphen
    . dot
    , comma
    / slash, forward-slash
    \ backslash, slosh
    : colon
    ; semi-colon
    = equals
    ? question-mark
    ^ caret (pron. carrot)
    _ underscore
    [ ] open/close square bracket
    { } open/close curly brackets, open/close brace
    | pipe, or vertical bar
    ~ tilde (pron. ``til-duh'', wiggle, squiggle)
    ` backtick

  • 乡下大哥 Says:

    http://www.codinghorror.com/blog/archives/001133.html

    Common Names Rare Names
    ! exclamation mark
    bang
    pling
    excl
    not
    shriek
    factorial
    exclam
    smash
    cuss
    boing
    yell
    wow
    hey
    wham
    eureka
    spark-spot
    soldier
    control
    " quotation marks
    quote
    double quote

    literal mark
    double-glitch
    dieresis
    dirk rabbit-ears
    double prime
    #
    hash
    pound sign
    number sign
    pound
    sharp
    crunch
    hex
    mesh

    grid
    crosshatch
    octothorpe
    flash
    square
    pig-pen tictactoe
    scratchmark
    thud
    thump
    splat
    $ dollar sign
    dollar
    currency symbol
    buck
    cash
    string escape
    ding
    cache
    big money
    % percent sign
    mod
    grapes double-oh-seven
    & ampersand
    amp
    amper
    and
    and sign address
    reference
    andpersand
    bitand
    background
    pretzel
    ' apostrophe
    single quote
    quote

    prime
    glitch
    tick
    irk
    pop
    spark
    closing single quotation mark
    acute accent
    ( ) opening / closing parenthesis
    left / right paren
    left / right parenthesis
    left / right
    open / close
    open / close paren
    paren / thesis so/already
    lparen/rparen
    opening/closing parenthesis
    opening/closing round bracket
    left/right round bracket
    wax/wane
    parenthisey/unparenthisey
    left/right ear
    [ ] opening / closing bracket
    left / right bracket
    left / right square bracket
    bracket / unbracket square / unsquare
    u turn / u turn back
    { } opening / closing brace
    open / close brace
    left / right brace
    left / right squiggly
    left / right squiggly bracket/brace
    left / right curly bracket/brace brace / unbrace
    curly / uncurly
    leftit / rytit
    left / right squirrelly
    embrace / bracelet
    less / greater than
    bra / ket
    left / right angle
    left / right angle bracket
    left / right broket from / into (or towards)
    read from / write to
    suck / blow
    comes-from / gozinta
    in / out
    crunch / zap
    tic / tac
    angle / right angle
    * asterisk
    star
    splat
    wildcard
    gear
    dingle
    mult
    spider aster
    times
    twinkle
    glob
    Nathan Hale
    + plus
    add cross
    intersection
    , comma cedilla
    tail
    - dash
    hyphen
    minus worm
    option
    dak
    bithorpe
    . period
    dot
    point
    decimal point radix point
    full stop
    spot
    / slash
    stroke
    slant
    forward slash diagonal
    solidus
    over
    slak
    virgule
    slat
    \
    backslash
    hack
    whack
    escape
    reverse slash slosh
    backslant
    backwhack
    bash
    reverse slant
    reversed virgule
    backslat
    : colon dots
    two-spot
    ; semicolon
    semi weenie
    hybrid
    pit-thwong
    = equals
    gets
    takes quadrathorpe
    half-mesh
    ? question mark
    query
    ques
    quiz
    whatmark
    what
    wildchar huh
    hook
    buttonhook
    hunchback
    @ at sign
    at
    strudel
    each
    vortex
    whorl
    whirlpool
    cyclone snail
    ape
    cat
    rose
    cabbage
    commercial at
    ^ circumflex
    caret
    hat
    control
    uparrow
    xor sign
    chevron
    shark (or shark-fin)
    to the
    fang
    pointer
    _ underline
    underscore
    underbar
    under score
    backarrow
    skid
    flatworm
    ` grave accent
    backquote
    left quote
    left single quote
    open quote
    grave
    backprime
    backspark
    unapostrophe
    birk
    blugle back tick
    back glitch
    push
    opening single quote
    quasiquote
    | bar
    or
    or-bar
    v-bar
    pipe
    vertical bar vertical line
    gozinta
    thru
    pipesinta
    spike
    ~ tilde
    squiggle
    twiddle
    not approx
    wiggle
    swung dash
    enyay
    sqiggle (sic)

  • 乡下大哥 Says:

    理解错了。 囧。

  • zhongshu Says:

    这个囧让我很是晕啊。。。

Leave a Reply