Documentation

Text

The text encoding used is a part of UTF-8. The part used is compatible with commonly used western text encodings: ASCII, ISO/IEC 8859-1 and Windows-1252.

Characters

The only allowed characters are 9, 10, 13 and 32-126, inclusive. Each element of the file must fit one character. The elements can be bytes, but need not be. Program files with element values other than these are invalid. All valid files are valid UTF-8 files.

DecimalHexCharacter
90x9Horizontal Tab, \t
100xALine Feed, \n
130xDCarriage Return*, \r
320x20Space
330x21!
340x22
350x23#
360x24$
370x25%
380x26&
390x27'
400x28(
410x29)
420x2A*
430x2B+
440x2C,
450x2D-
460x2E.
470x2F/
480x300
490x311
500x322
510x333
520x344
530x355
540x366
550x377
560x388
570x399
580x3A:
590x3B;
600x3C<
610x3D=
620x3E>
630x3F?
640x40@
650x41A
660x42B
670x43C
680x44D
690x45E
700x46F
710x47G
720x48H
730x49I
740x4AJ
750x4BK
760x4CL
770x4DM
780x4EN
790x4FO
800x50P
810x51Q
820x52R
830x53S
840x54T
850x55U
860x56V
870x57W
880x58X
890x59Y
900x5AZ
910x5B[
920x5C\
930x5D]
940x5E^
950x5F_
960x60`
970x61a
980x62b
990x63c
1000x64d
1010x65e
1020x66f
1030x67g
1040x68h
1050x69i
1060x6Aj
1070x6Bk
1080x6Cl
1090x6Dm
1100x6En
1110x6Fo
1120x70p
1130x71q
1140x72r
1150x73s
1160x74t
1170x75u
1180x76v
1190x77w
1200x78x
1210x79y
1220x7Az
1230x7B{
1240x7C|
1250x7D}
1260x7E~

* Se notes on newlines.

Notes on newlines

Files must use a newline scheme consistently. A file must either:

  • Use only \n, which is read as is.
  • Use only \r\n, which is read as \n.
  • Use only \r, which is read as \n.
Contact Information

We would be more than happy to help you. Our opening hours are 9–15 (CET).

[email protected]

📞 (+47) 93 68 22 77

Nils Bays vei 50, 0876 Oslo, Norway

Copyright © 2018-24 progsbase.com by Inductive AS.