Mirror of the Rel4tion website/wiki source, view at <http://rel4tion.org>
Clone
HTTPS:
git clone https://vervis.peers.community/repos/yEzqv
SSH:
git clone USERNAME@vervis.peers.community:yEzqv
Branches
Tags
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).