<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body dir="auto">
<div>I have a patch for shift-jis Japanese file names on Windows that I will post to the mailing list shortly. That should fix the Chinese file name issue as well.</div>
<div>I have not looked at Nikola's patch. Will do.</div>
<div>- Gao<br>
<br>
Sent from my iPhone</div>
<div><br>
On Sep 17, 2013, at 9:13 PM, "Nikola Smiljanic" <<a href="mailto:popizdeh@gmail.com">popizdeh@gmail.com</a>> wrote:<br>
<br>
</div>
<blockquote type="cite">
<div>
<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>
</div>
</blockquote>
<blockquote type="cite">
<div><span>_______________________________________________</span><br>
<span>cfe-dev mailing list</span><br>
<span><a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a></span><br>
<span><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a></span><br>
</div>
</blockquote>
</body>
</html>