4

I'm currently trying to figure out if anything can be done about dmake resulting in this error message on a makefile with a simple filename containing utf8 characters:

Name contains non-printable character [0xffffffe0]

In my research i've been unable to find any mention of whether GNU make or dmake are even supposed to be able to handle makefiles with UTF8 characters in them.

Thus my question is: Can a makefile can contain UTF8 characters and if that answer is known, where is that documented?

4

2 回答 2

3

回答我自己:

于 2013-06-29T10:52:33.390 回答
1

Windows 上的 Make 不适用于 UTF-8。即使使用空白文件,您也会得到“缺少的分隔符”。使用 notepad.exe 将生成文件转换为 ANSI。注意:保存按钮旁边有一个小下拉列表框。

于 2016-02-08T18:14:39.033 回答