Now I’m using the latest compiled Jucer on Mac, it exports source code in UTF-16. It’s a problem because when I compiled it on Xcode, I got a lot of warnings “warning: null character(s) ignored” and two fatal errors around #include rows.
I had to convert the exported source code to UTF-8 manually everytime I modified the component on Jucer.
I think it should be exported in UTF-8 instead of UTF-16, what do you think about it?