Re: Switching gdcproject sources over to markdown
Also replace links to wiki.gdcproject.org with wiki.dlang.org.
Re: is there any way to stop GDC complain about non-utf source encoding?
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?
AFAIK, gcc has an option to specify source encoding, maybe gdc supports it too?