Actions

Difference between revisions of "Character escape codes"

From Zenitel Wiki

Line 1: Line 1:
 
{| border="1"
 
{| border="1"
 
! style="background:#ffdead;" width="30" | Char
 
! style="background:#ffdead;" width="30" | Char
! style="background:#ffdead;" width="30" | Code
+
! 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 or %, || 33 ||   || comma
+
| align=center| , || align=center|%c || align=center|%, || 33 ||   || comma
 
|-
 
|-
| ( || %o or %( || 33 ||   || open bracket
+
| align=center| ( || align=center|%o || align=center|%( || 33 ||   || open bracket
 
|-
 
|-
| ) || %p or %) || 33 ||   || closed bracket
+
| align=center| ) || align=center|%p || align=center|%) || 33 ||   || closed bracket
 
|-
 
|-
| " || %d or %" || 33 ||   || double quote
+
| align=center| " || align=center|%d || align=center|%" || 33 ||   || double quote
 
|-
 
|-
 
|}
 
|}

Revision as of 21: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