<div dir="ltr">FWIW, I think this is an issue specific to Clang on Windows. This works for me on Linux:<div><br></div><div><div>sean:~/tmp % cat 汉语.cpp</div><div>#include <stdio.h></div><div><br></div><div>int main() {</div>
<div>  printf("Inside 汉语.cpp\n");</div><div>  return 0;</div><div>}</div><div>sean:~/tmp % clang++ 汉语.cpp</div><div>sean:~/tmp % ./a.out</div><div>Inside 汉语.cpp</div></div><div><br></div><div>(I have no idea what "汉语" means, btw; I just grabbed the first Chinese text I could find)</div>
<div><br></div><div>-- Sean Silva</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Sep 17, 2013 at 9:30 PM, fiveight <span dir="ltr"><<a href="mailto:fiveight@tom.com" target="_blank">fiveight@tom.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All:<br>
<br>
I am using Clang 3.3 on Windows7. I compiled tow Clang 3.3, one by vs2008 and another by vs2010.<br>
<br>
But both of them can not compile file with chinese name.<br>
<br>
How can I resolve this problem?<br>
<br>
Thanks!<br>
<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>