Actions

Difference between revisions of "Character escape codes"

From Zenitel Wiki

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" | Dec
 
 
! 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 %, || 00 || 33 || comma
+
| , || %c or %, || 33 ||   || comma
 
|-
 
|-
| ( || %o or %( || 00 || 33 || open bracket
+
| ( || %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 21: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