Re: is there any way to stop GDC complain about non-utf source encoding?

2014-04-29 Thread Kagamin via D.gnu
Ah, wait, D doesn't support source in non-unicode encoding. Try to place the text in a separate file and import it.

Re: is there any way to stop GDC complain about non-utf source encoding?

2014-04-29 Thread Kagamin via D.gnu
AFAIK, gcc has an option to specify source encoding, maybe gdc supports it too?