bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bash variable names do not comply w/POSIX character set rules


From: Eduardo A . Bustamante López
Subject: Re: bash variable names do not comply w/POSIX character set rules
Date: Sun, 6 Dec 2015 03:06:11 -0600
User-agent: Mutt/1.5.23 (2014-03-12)

This definition (
http://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap03.html#tag_03_230
) states:

  3.230 Name

  In the shell command language, a word consisting solely of underscores,
  digits, and alphabetics from the portable character set. The first character
  of a name is not a digit.

This document has a table of the characters included in the portable character
set:

http://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap06.html#tag_06_01

Which is a subset of the unicode alphanumerics.

So no, it does not mandate arbitrary unicode alphabetics. Only the ones listed
there.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]