Use an enum class for Marker.
[libdcp.git] / src / language_tag.cc
2021-01-17 Carl HetheringtonLanguageTag strings should not care about case.
2020-11-01 Carl HetheringtonMissing return value check.
2020-09-27 Carl HetheringtonLoad language tags from on-disk files rather than embed...
2020-09-26 Carl HetheringtonDeclare language tag lists as const.
2020-09-21 Carl HetheringtonSupport CPL metadata.
2020-09-21 Carl HetheringtonAllow LanguageTag to be constructed from a tag string.
2020-09-20 Carl HetheringtonAdd new LanguageTag class.