Bug #93
closedVariables in aliases bug if they contain special characters
100%
Description
When an alias uses variables, if one of the variable contains special character, the alias doesn't seem to execute properly. This might affect macros or triggers too.
Updated by Vincent Le Goff over 7 years ago
- Sprint/Milestone set to 13
It would be useful to have a clear set of steps to reproduce the bug. The encoding logic has been severly modified to accomodate for better ASCII-safe behavior.
Updated by Vincent Le Goff over 7 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Fixed and tested in commit aa192ed8ae6db9aadcc012799092d7f7a37af8d2.
The origin of the bug was in the fact that variables aren't stored as unicode strings, but as simple ones. The SharpEngine now does automatic conversion.
Please register to edit this issue
Also available in: Atom PDF Tracking page