Skip to content

Commit 0d07d3c

Browse files
committed
Add utf-8 spec
1 parent 49b0f5e commit 0d07d3c

File tree

1 file changed

+3
-1
lines changed
  • apps/components_guide/lib/components_guide/research

1 file changed

+3
-1
lines changed

apps/components_guide/lib/components_guide/research/static.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ defmodule ComponentsGuide.Research.Static do
3636
end)
3737

3838
@rfc_list [
39+
{"UTF-8", ["rfc3629"], []},
3940
{"JSON", ["rfc8259", "rfc7159", "rfc4627"],
4041
[
4142
media_type: "application/json"
@@ -52,7 +53,8 @@ defmodule ComponentsGuide.Research.Static do
5253
{"DNS TXT", ["rfc1464"], []},
5354
{"HTTP", ["rfc2616", "rfc7230", "rfc7231", "rfc7232", "rfc7233", "rfc7234", "rfc7235"], []},
5455
{"Timestamps", ["rfc3339", "ISO 8601"], []},
55-
{"WebSockets", ["rfc6455"], []}
56+
{"WebSockets", ["rfc6455"], []},
57+
{"DNS-Based Service Discovery", ["rfc6763"], []},
5658
]
5759

5860
@aliases %{

0 commit comments

Comments
 (0)