pub fn apply_encoding_differences(
base: &EncodingMap,
differences: &EncodingDifferences,
) -> EncodingMapExpand description
Overlay differences on top of base, returning a fresh map. The
base map is left untouched (cheap clone — String allocations are
per-entry).