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