Octal
Last updated
Last updated
Internet Object supports octal non-fractional integer values. The octal integer may be prefixed with optional plus or minus signs and must start with 0c
or 0C
literal characters. It is then followed by one or more octal digits.
Some of the octal integer values are...
The octal format does not support fractional non-integer values!
Chars
Char Code
Detail
-
U+2010
Minus Sign
+
U+002B
Plus Sign
0
U+0030
Zero
C
U+0043
Latin uppercase letter C
c
U+0063
Latin lowercase letter c
Octal Digits
0-7
U+0030
to U+0037
ASCII digits - zero to seven