encoding
Posts tagged "encoding".
- The Keys That Never Matched
A migrated pipeline recomputed the exact same hash keys as the old one and ran green for weeks. Every join on those keys returned nothing — same string, same SHA-256, different bytes, because one side was hashing UTF-16 and the other UTF-8.