pub fn skeleton(s: &str) -> impl Iterator<Item = char> + '_
Calculate skeleton for string, as defined by UTS 39