Decode/Unescape Unicode Entities
-
can i decode/unescape unicode entities with openbullet is it possible?
-
There is already an issue on github about this
https://github.com/openbullet/openbullet/issues/318
-
Hello sir how can i'm fix this issue with jint
-
JavaScript automatically converts those so just make a BEGIN SCRIPT - END SCRIPT statement and put the code to assign the unicode string to a variable, then retrieve it.
-
PARSE "\\u00C9\\u00C9" LR "" "" -> VAR "test" BEGIN SCRIPT JavaScript var a = unescape(test); END SCRIPT -> VARS "a"
How are we supposed to do to unescape the "test" variable coming from Loliscript, in the javascript code ??
so basicaly how to import a loliscript variable in the javascript code ?
This code i s not working because "test" is not recognized
-
In theory the variables are auto-declared. Which error are you getting exactly?