pub fn get_tag_value(input: &mut &str) -> PResult<Option<String>>
Expand description
This is pretty much a kludge to strip out U+FEFF, a Zero Width No-Break Space https://www.compart.com/en/unicode/U+FEFF
So far, I’ve only seen this with one GEDCOM, as the starting byte. What did I mean to do with this? gg I think it takes the input and returns a tuple containing the tag and it’s optional value? I lost the thread, though, and need to retrace my steps. Read the next tag’s value and any continuations