Re: config array vars

messju mohr <[email protected]>
Newsgroups gmane.comp.php.smarty.devel
Message-ID <[email protected]>
On Wed, Feb 25, 2004 at 08:59:52PM +0100, Tarik ANSARI wrote:
> I took a look into the smarty code, and I begin by proposing a new
> preg_match string for _set_config_var function (Config_File.class.php),
> before having a headache :-D (line 357 of 1.6.2 source)
> 
> if
> (!preg_match("/^[a-zA-Z_][a-zA-Z0-9_]*((\[[0-9]+\])|(.[a-zA-Z_][a-zA-Z0-9_]*
> ))*$/", $var_name)) {
> 
> I did not use anymore the \w match pattern because it seems to rely on local
> settings, for example if the local is ever french, it would accept variable
> names with accents : var_énorme, that is not correct.

Why is this not correct? Both {#var_énorme#} and
{$smarty.config.var_énorme} work just fine in the template.

> It looks like there will be a lot of things to change in code...
> 
> Tarik

-- 
Smarty Development Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.