Difference between revisions of "Character escape codes"
From Zenitel Wiki
Line 1: | Line 1: | ||
{| border="1" | {| border="1" | ||
− | ! style="background:#ffdead;" width=" | + | ! style="background:#ffdead;" width="30" | Char |
− | ! style="background:#ffdead;" width=" | + | ! style="background:#ffdead;" width="30" | Code |
− | ! style="background:#ffdead;" width=" | + | ! style="background:#ffdead;" width="30" | Dec |
− | ! style="background:#ffdead;" width=" | + | ! style="background:#ffdead;" width="30" | Hex |
+ | ! style="background:#ffdead;" width="30" | Abbr | ||
! style="background:#ffdead;" width="150" | Description | ! style="background:#ffdead;" width="150" | Description | ||
|- | |- |
Revision as of 20:24, 31 March 2008
Char | Code | Dec | Hex | Abbr | Description |
---|---|---|---|---|---|
, | %c or %, | 00 | 33 | comma | |
( | %o or %( | 00 | 33 | open bracket | |
) | %p or %) | 00 | 33 | closed bracket | |
" | %d or %" | 00 | 33 | double quote |