Add new LanguageTag class.
authorCarl Hetherington <cth@carlh.net>
Sun, 23 Aug 2020 20:06:29 +0000 (22:06 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 20 Sep 2020 17:30:28 +0000 (19:30 +0200)
commite18addc9029f56c67aa40254bcfa40f8b072866f
tree09b66ee63e20166607c316e13bd2e75635bef02b
parent1ca864c987c704e66486027570cf689f9508c303
Add new LanguageTag class.

The scripts/update-language-subtags script will download the RFC 5646
registry and write it to src/language_tag_lists.cc.  This may need
to be re-run if the subtags change.
scripts/update-language-subtags [new file with mode: 0755]
src/language_tag.cc [new file with mode: 0644]
src/language_tag.h [new file with mode: 0644]
src/language_tag_lists.cc [new file with mode: 0644]
src/wscript
test/language_tag_test.cc [new file with mode: 0644]
test/wscript