Project

Profile

Help

Bug #93

closed

Variables in aliases bug if they contain special characters

Added by Vincent Le Goff about 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
High
Category:
SharpScript
Sprint/Milestone:
% Done:

100%

Company:
-
Contact person:
-
Additional contact persons:
-

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.

Actions #1

Updated by Vincent Le Goff almost 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.

Actions #2

Updated by Vincent Le Goff almost 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