/
githubmirror
/
libmodulemd
Обзор
Документация
Войти
/
githubmirror
/
libmodulemd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
xml_specs/complete/doc/translations
13 строк
572 B
Petr Písař
Spec: XML: Split specification into complete and reduced
07 дек 2022, 14:40
07 дек 2022, 14:40
8562ee1
Код
Авторство
О чём код?
RFC 1766 was obsoleted by RFC 5646 which allows 3-letter codes and many other subtags. XML formats (xml:lang etc.) use this hyphen-delimeted format. Glibc uses ISO 639 language (2- and 3-letter) codes, optionally followed by an ISO 3166 (2-letter) country code, followed by modifiers (like "sr@Latn"; compare to RFC 5646 "sr-Latn"). DECISION ======== Because RFC 5646 format is more difficult to parse, because YAML libmodulemd already uses glibc format, and because comps group also use glibc format (despite written in XML), XML module format will use glibc format.