Mirror of the Rel4tion website/wiki source, view at <http://rel4tion.org>

[[ 🗃 ^yEzqv rel4tion-wiki ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/yEzqv

SSH: git clone USERNAME@vervis.peers.community:yEzqv

Branches

Tags

master :: projects / idan / manual / 01-intro /

03-encoding.mdwn

[[!meta title=“1.3 | Encoding”]]

Encoding

Both Idan and Smaoin itself support Unicode as the standard for characters and strings. Idan documents are written in UTF-8, i.e. an Idan document is a string of Unicode characters, encoded in UTF-8.

Line endings are marked by the linefeed (LF) character, the carriage return character (CR) or carriage return followed by linefeed (CR LF). A parser may assume that a single form is used for line breaking in a document, or allow any mixture of them (e.g. some lines end with CR, others end with LF).

[See repo JSON]