Content deleted Content added
error if no subtags follow x |
other type of tag not supported |
||
Line 390:
-- index where the error occurred.
-- Does not recognize "extension" tags, such as those introduced by "u",
--
-- https://www.rfc-editor.org/rfc/rfc6067.txt, https://tools.ietf.org/html/bcp47
function p.parse_IETF(tag)
if type(tag) ~= "string" or tag == "" then
|