ndless-nspire / Luna

Create TNS files from Lua and XML
Other
57 stars 13 forks source link

Place Lua script in CDATA section(s) #27

Open Legimet opened 1 month ago

Legimet commented 1 month ago

Note that Unicode escaping is no longer needed for Lua scripts since they go in a CDATA section.

This is true for CDATA sections in general, and the fact that escape_unicode does not skip CDATA sections is a bug.

adriweb commented 2 weeks ago

Any update @Legimet ?