Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't compile cause encoding #66

Open
toughrogrammer opened this issue Mar 15, 2014 · 1 comment
Open

Can't compile cause encoding #66

toughrogrammer opened this issue Mar 15, 2014 · 1 comment

Comments

@toughrogrammer
Copy link

$ javac -encoding utf8 ./Fibonacci.java
./Fibonacci.java:1: illegal character: \65279
?import java.math.BigInteger;
^
1 error

Here is my log. I'm using OS X 10.9.
Is there any mistake about compiling source?

comtin referenced this issue Mar 15, 2014
한글 주석이 달려있어서 UTF-8 BOM 추가합니다.

Signed-off-by: seonggwang.gwon <[email protected]>
@grhbit
Copy link
Contributor

grhbit commented Mar 15, 2014

problem because #50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants