[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#29729: [PATCH] Support French password prompts in shell
From: |
Eli Zaretskii |
Subject: |
bug#29729: [PATCH] Support French password prompts in shell |
Date: |
Thu, 16 Aug 2018 16:27:07 +0300 |
> From: Noam Postavsky <address@hidden>
> Date: Wed, 15 Aug 2018 20:30:43 -0400
> Cc: address@hidden
>
> Ian Johnson <address@hidden> writes:
>
> > + "\\(?: [[:alpha:]]+ .+\\)?[\\s ]*[::៖][\\s ]*\\'")
>
> Actually, shouldn't that [\\s ] be [[:whitespace:] ] (and perhaps
> better written [[:whitespace:]\u00A0])? [\\s ] matches backslash, "s",
> and space, not whitespace syntax characters.
>
> Or maybe it should rather be [[:blank:]].
I think [:blank:] is indeed what is needed here.