Bug - Fixed CLI parser error in r9408 !

Bale

Minion
r9408 works great for parsing scripts, but there's this interesting error in the CLI:

Code:
[COLOR="#808000"]> ash $item[La Hebilla del Cinturón de Lopez][/COLOR]

[COLOR="#ff0000"]Typed constant $item[La Hebilla del Cinturón de Lopez] contains non-ASCII characters ()[/COLOR]
Returned: void

Okay, I'm fudging it. The first line in the above example does contain what I typed in the CLI, but the actual line that appears in the CLI display substitutes ó for ó which indicates that it interprets the html entity before ensuring that it is not there. Ooops.
 
Top