On 31/07/2026 18:27, Collin Funk wrote:
I haven't looked at the patches yet, but I guess 'id', 'who', etc. might as well be changed while we are at it. User and group names can theoretically have bytes that are invalid characters in the current locale. In practice, if you are using non-ASCII characters you are probably asking for trouble.
Yes good point. Though \n and other control chars aren't allowed in practice, so I'm leaning towards not quoting those as it's redundant. I'll think a bit more about it.
cheers, Padraig
