-
Nafn félagsins er Píratar. Aðsetur þess og varnarþing skal vera í Reykjavík.
-
Ensk þýðing á heiti félagsins er Pirate Party Iceland. Nota má hana sem hjáheiti.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This module exports functions for encoding lazy bytestrings as | |
lazy Unicode bytestrings of braille letters. Each braille letter | |
corresponds to one byte (octet) in such a way that each dot corresponds | |
to one input bit. The dots are arranged in two columns so that | |
the four least significant bits, correspond to dots in the left column, | |
a nd each dot correspond to a more significant bit than the dot above. | |
Five encodings of Unicode are implemented below, | |
UTF-8, which is invariant under endianness, | |
UTF-16, in little-endian and big-endian varieties, and | |
equivalently, UCS-2, in little-endian and big-endian varieties. |