aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/data/text/encoding/utf8.lux
blob: d966ed5e83a4e1fc3ef375d213d854f1f96103e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(.using
 [library
  [lux (.except)
   ["$" documentation (.only documentation:)]
   [data
    [text (.only \n)
     ["%" format (.only format)]]]
   [macro
    ["[0]" template]]]]
 [\\library
  ["[0]" /]])

(documentation: /.codec
  "A codec for binary encoding of text as UTF-8.")

(.def: .public documentation
  (.List $.Module)
  ($.module /._
            ""
            [..codec]
            []))