Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: In POSIX mode, ${#var} measures length in bytes, not characters



Peter Stephenson wrote on Mon, Jun 08, 2015 at 09:44:20 +0100:
> diff --git a/Src/options.c b/Src/options.c
> index 3e3e074..78f603d 100644
> --- a/Src/options.c
> +++ b/Src/options.c
> @@ -192,7 +192,7 @@ static struct optname optns[] = {
>  {{NULL, "monitor",	      OPT_SPECIAL},		 MONITOR},
>  {{NULL, "multibyte",
>  #ifdef MULTIBYTE_SUPPORT
> -			      OPT_EMULATE|OPT_ZSH|OPT_CSH|OPT_KSH
> +			      OPT_ALL
>  #else
>  			      0
>  #endif

Update zshoptions.yo?



Messages sorted by: Reverse Date, Date, Thread, Author