<div dir="ltr">Agreed. On OS X:<div><br></div><div><div>$ file -I bug.erl</div><div>bug.erl: text/plain; charset=iso-8859-1</div></div><div><br></div><div>Adding %% -*- coding: utf-8 -*- to the top of the file causes the file to be saved as UTF-8:</div>
<div><br></div><div><div>$ file -I bug.erl</div><div>bug.erl: text/plain; charset=utf-8</div></div><div><br></div><div>and after that, the compiler -- or more specifically, the file_io_server -- is happy again.</div><div>
<br></div><div>--steve</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Feb 21, 2014 at 10:29 AM, Vlad Dumitrescu <span dir="ltr"><<a href="mailto:vladdu55@gmail.com" target="_blank">vladdu55@gmail.com</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">Hi Joe,<div><br></div><div>Are you sure it's encoded in utf-8 originally? The file I downloaded isn't but it might be any of the systems it went through that messed it up.</div>
<div><br></div><div>regards,</div>

<div>Vlad</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">On Fri, Feb 21, 2014 at 2:07 PM, Joe Armstrong <span dir="ltr"><<a href="mailto:joearms@gmail.com" target="_blank">joearms@gmail.com</a>></span> wrote:<br>


</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">I can't compile files with UFT characters in R17<div><br></div><div>
With R17 [RELEASE CANDIDATE 1] </div>

<div><br></div><div>$ erlc bug.erl </div><div>bug.erl:8: cannot parse file, giving up</div><div>bug.erl:8: no module definition</div>
<div>bug.erl:8: cannot translate from UTF-8</div><div><br></div><div>With R16B</div><div><br></div><div>joe:paradis-master joe$ ~/nobackup/otp_src_R16B/bin/erlc bug.erl </div><div><br></div><div>Cheers</div><span><font color="#888888"><div>


<br></div>
<div>/Joe</div></font></span></div>
<br></div></div>_______________________________________________<br>
erlang-bugs mailing list<br>
<a href="mailto:erlang-bugs@erlang.org" target="_blank">erlang-bugs@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-bugs" target="_blank">http://erlang.org/mailman/listinfo/erlang-bugs</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
erlang-bugs mailing list<br>
<a href="mailto:erlang-bugs@erlang.org">erlang-bugs@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-bugs" target="_blank">http://erlang.org/mailman/listinfo/erlang-bugs</a><br>
<br></blockquote></div><br></div>