Actions

Difference between revisions of "Character escape codes"

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...)
 
Line 1: Line 1:
 
{| border="1"
 
{| border="1"
! style="background:#ffdead;" width="150" | Char
+
! style="background:#ffdead;" width="100" | Char
! style="background:#ffdead;" width="500" | Description
+
! style="background:#ffdead;" width="100" | Code
! style="background:#ffdead;" width="150" | Approximately Size
+
! style="background:#ffdead;" width="100" | Dec
 +
! style="background:#ffdead;" width="100" | Hex
 +
! style="background:#ffdead;" width="150" | Description
 
|-
 
|-
| alpha_sys_xxx || AlphaCom Main software components and scripts || 2,1M
+
| , || %c or %, || 00 || 33 || comma
 
|-
 
|-
| alpha_billing_xxx || AlphaCom Billing software components and scripts || ??M
+
| ( || %o or %( || 00 || 33 || open bracket
 
|-
 
|-
| alpha_standard_apps || AlphaCom Application Support standard on flash version || 2.8M
+
| ) || %p or %) || 00 || 33 || closed bracket
 
|-
 
|-
| alpha_extended_apps || AlphaCom Application Support Extended version on mounted Network Disk || 17M (To be reduced)
+
| " || %d or %" || 00 || 33 || double quote
 
|-
 
|-
 
|}
 
|}

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