mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 09:06:49 +00:00
56d3aa40fe
SpiderMonkey uses UTF16 internally, and only provides APIs for that encoding, so stop hacking UTF8 strings: properly convert them to and from UTF16 when passing them through SM. Patch By: wraitii Differential Revision: https://code.wildfiregames.com/D2838 This was SVN commit r23795.