[1] LBRY Specification - lbry.tech, LBRY, https://lbry.tech/spec
[2] LBRY lbry:// url protocol support · Issue #28084 · ytdl-org/youtube-dl () https://github.com/ytdl-org/youtube-dl/issues/28084
Names in the claimtrie are normalized when performing any comparisons. This is necessary to avoid confusion due to Unicode equivalence or casing. When names are being compared, they are first converted using Unicode Normalization Form D (NFD), then lowercased using the en_US locale. This means names are effectively case-insensitive.
[5]
>>1 lbry:
URL scheme の構文定義は
U+000D
,
U+0009
などが使えることになっています。
URL Standard
や
RFC 3987
は
URL
にこうした文字を認めていないのですが、
これが何を意味するのかはよくわかりません。
[6] Canonical JSON という JSONもどきが採用されています。