[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: URL encode in bash
From: |
Lawrence Velázquez |
Subject: |
Re: URL encode in bash |
Date: |
Tue, 30 Mar 2021 01:49:55 -0400 |
User-agent: |
Cyrus-JMAP/3.5.0-alpha0-273-g8500d2492d-fm-20210323.002-g8500d249 |
On Tue, Mar 30, 2021, at 1:42 AM, Lawrence Velázquez wrote:
> It's not clear to me why the author set LC_COLLATE instead of LC_CTYPE.
Perhaps to ensure [a-zA-Z0-9.~_-] doesn't match anything unexpected?
In any case, LC_COLLATE=C isn't enough.
vq