Replace "ISO 639" with "BCP 47"
authorDavid Corbett <corbett.dav@husky.neu.edu>
Thu, 28 Dec 2017 14:59:29 +0000 (22:59 +0800)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 11 Oct 2018 17:54:28 +0000 (13:54 -0400)
commita03f5f4dfbbf885db567c3909241a55eb5869fce
tree49213a353f9ed6dd2a4fada38b70e26a09151c5f
parent0b9d60e1a1c4b7867ac907bbd7c004191a14e697
Replace "ISO 639" with "BCP 47"

`hb_language_from_string` accepts not only ISO 639 but also BCP 47. Not
all ISO 639 codes are valid BCP 47 tags but the function does not accept
overlong language subtags anyway.
src/hb-buffer.cc
src/hb-common.cc