In some places, English names may be given in the normal order, e.g., “Gray Hawk”, or in inverted order, e.g., “Hawk, Gray”. This function converts inverted names to normalized form.
# eng-normalize(eng) == # if eng contains a comma -> # (part after the comma, stripped) + " " + (part up to the # comma, stripped) # else -> eng