Hi all,
I faced the problem, when I needed to use arguments written in cyrillic
in HTML::Template::Expr functions.
I looked in the grammar and noticed only [A-Za-z0-9_] characters are
allowed. Why is that?

I modified the rule for var in grammar to look like this:

var           : /[^() ,][^() ,]*/  { \\\$item[1] }

and it worked for me. It is possibly not the best idea to use such regex
but I haven't dug any deeper.

Regards,
Max



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to