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="40" | Char |
− | ! style="background:#ffdead;" width=" | + | ! style="background:#ffdead;" width="40" | Code |
− | ! style="background:#ffdead;" width=" | + | ! style="background:#ffdead;" width="40" | Dec |
− | ! style="background:#ffdead;" width=" | + | ! style="background:#ffdead;" width="40" | Hex |
! style="background:#ffdead;" width="150" | Description | ! style="background:#ffdead;" width="150" | Description | ||
|- | |- |
Revision as of 20:21, 31 March 2008
Char | Code | Dec | Hex | Description |
---|---|---|---|---|
, | %c or %, | 00 | 33 | comma |
( | %o or %( | 00 | 33 | open bracket |
) | %p or %) | 00 | 33 | closed bracket |
" | %d or %" | 00 | 33 | double quote |