View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000483 | luatex | texlua bug | public | 2010-09-17 21:24 | 2013-12-20 14:06 |
Reporter | patrick | Assigned To | luigi scarso | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Mac | OS | X | OS Version | 10.6 |
Product Version | 0.63.0 | ||||
Fixed in Version | 0.78.0 | ||||
Summary | 0000483: Can't use non-ascii characters in function names | ||||
Description | ------- #!/usr/bin/env texlua function draußen( ) print("outside") end draußen() ------- breaks. "test.lua:3: '(' expected near '?'" Lua also chokes on this, but if I understand it right, it's supposed to work in LuaTeX/texlua. | ||||
Tags | No tags attached. | ||||
|
it's a flag / directive in the lua source code |
|
we will probably enable this feature but be aware of the fact that your code won't work in stock lua unless you also enable it there |
|
It should be fixed in the current experimental branch (2013/12/04) to be merged next week. |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-09-17 21:24 | patrick | New Issue | |
2010-11-29 17:15 | Taco | Status | new => assigned |
2010-11-29 17:15 | Taco | Assigned To | => arthur |
2010-11-29 17:15 | Taco | Assigned To | arthur => Taco |
2013-12-04 10:59 | Hans Hagen | Note Added: 0001138 | |
2013-12-04 11:01 | Hans Hagen | Note Added: 0001139 | |
2013-12-04 11:08 | luigi scarso | Note Added: 0001140 | |
2013-12-05 00:54 | luigi scarso | Note Edited: 0001140 | |
2013-12-20 14:06 | Hans Hagen | Status | assigned => closed |
2013-12-20 14:06 | Hans Hagen | Assigned To | Taco => luigi scarso |
2013-12-20 14:06 | Hans Hagen | Resolution | open => fixed |
2013-12-20 14:06 | Hans Hagen | Fixed in Version | => 0.78.0 |