David Eriksson

Results 100 comments of David Eriksson

In the meantime, could you try to change the first parameter of the iconv_open call on line 762 in unshield.c from an empty string to UTF-8? Current: ` if ((encoding_descriptor...

@hgdagon: What is your character set in the terminal? Like the contents of the LANG environment variable? For example: ``` $ echo $LANG en_US.UTF-8 ```

What is your character set in Windows?

Thanks for your update. For me, I've still not tried it on MS Windows myself yet.

@kratz00 What do you think?

Thanks for your suggestion! Where would I put these artifacts?

I don't have any appveyor.yaml, it's all configured in the web interface. It seems like there are three types of artefacts allowed: 1. Web deploy package 2. Elastic Beanstalk package...

Maybe it is possible to create a .msi package like this? http://dominoc925.blogspot.com/2016/09/create-windows-installer-using-cmake.html