diff --git a/main.py b/main.py old mode 100644 new mode 100755 index 8d0117b..17567e2 --- a/main.py +++ b/main.py @@ -46,7 +46,7 @@ Options (+ means active by default, - means inactive by default): constfold + Fold constant expressions to their values, and simplify some expressions. foldtabs - Tabs can't be copy-pasted, so expressions that produce - tabs (like llUnescapeURL("%09") aren't optimized by + tabs (like llUnescapeURL("%%09") aren't optimized by default. This option overrides that check, enabling optimization of strings with tabs. The resulting source isn't guaranteed to be copy-paste-able to the viewer.