Character escape codes: Difference between revisions
From Zenitel Wiki
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{| border="1" | {| border="1" | ||
! style="background:#ffdead;" width="30" | Char | ! style="background:#ffdead;" width="30" | Char | ||
! style="background:#ffdead;" width=" | ! style="background:#ffdead;" width="70" | Code | ||
! style="background:#ffdead;" width="70" | Alt. 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 | | align=center| , || align=center|%c || align=center|%, || 33 || || comma | ||
|- | |- | ||
| ( || %o | | align=center| ( || align=center|%o || align=center|%( || 33 || || open bracket | ||
|- | |- | ||
| ) || %p | | align=center| ) || align=center|%p || align=center|%) || 33 || || closed bracket | ||
|- | |- | ||
| " || %d | | align=center| " || align=center|%d || align=center|%" || 33 || || double quote | ||
|- | |- | ||
|} | |} | ||
Revision as of 20:35, 31 March 2008
| Char | Code | Alt. code | Hex | Abbr | Description |
|---|---|---|---|---|---|
| , | %c | %, | 33 | comma | |
| ( | %o | %( | 33 | open bracket | |
| ) | %p | %) | 33 | closed bracket | |
| " | %d | %" | 33 | double quote |
