You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2026. It is now read-only.
Here I think it would be better to accumulate everything in Data and only attempt to decode it when you finally need a string. Then you could (optionally) try multiple encodings and fall back to encoding-repairing conversion by appending a nul character and using String.decodeCString(p, as: UTF8.self, repairingInvalidCodeUnits: true).