<div dir="ltr">Yep it's a windows issue, my patch was never applied. More info here <a href="http://llvm.org/bugs/show_bug.cgi?id=10348">http://llvm.org/bugs/show_bug.cgi?id=10348</a></div><div class="gmail_extra"><br>

<br><div class="gmail_quote">On Wed, Sep 18, 2013 at 2:00 PM, Sean Silva <span dir="ltr"><<a href="mailto:silvas@purdue.edu" target="_blank">silvas@purdue.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<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>

<span class="HOEnZb"><font color="#888888">
<div><br></div><div>-- Sean Silva</div></font></span></div><div class="HOEnZb"><div class="h5"><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" target="_blank">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>
</div></div><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>
<br></blockquote></div><br></div>