Character escape codes: Difference between revisions
From Zenitel Wiki
(New page: {| border="1" ! style="background:#ffdead;" width="150" | Char ! style="background:#ffdead;" width="500" | Description ! style="background:#ffdead;" width="150" | Approximately Size |- | a...) |
No edit summary |
||
| Line 1: | Line 1: | ||
{| border="1" | {| border="1" | ||
! style="background:#ffdead;" width=" | ! style="background:#ffdead;" width="100" | Char | ||
! style="background:#ffdead;" width=" | ! style="background:#ffdead;" width="100" | Code | ||
! style="background:#ffdead;" width="150" | | ! style="background:#ffdead;" width="100" | Dec | ||
! style="background:#ffdead;" width="100" | Hex | |||
! style="background:#ffdead;" width="150" | Description | |||
|- | |- | ||
| | | , || %c or %, || 00 || 33 || comma | ||
|- | |- | ||
| | | ( || %o or %( || 00 || 33 || open bracket | ||
|- | |- | ||
| | | ) || %p or %) || 00 || 33 || closed bracket | ||
|- | |- | ||
| | | " || %d or %" || 00 || 33 || double quote | ||
|- | |- | ||
|} | |} | ||
Revision as of 20:20, 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 |
