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

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

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