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

Compile error BitCometAdapter.java:1: error: illegal character: '\ufeff' #627

Closed
bwitt opened this issue Oct 31, 2022 · 3 comments · Fixed by #626
Closed

Compile error BitCometAdapter.java:1: error: illegal character: '\ufeff' #627

bwitt opened this issue Oct 31, 2022 · 3 comments · Fixed by #626

Comments

@bwitt
Copy link
Contributor

bwitt commented Oct 31, 2022

When I try to compile transdroid in android studio I get this error:

/home/bwitt/src/transdroid/app/src/main/java/org/transdroid/daemon/adapters/bitComet/BitCometAdapter.java:1: error: illegal character: '\ufeff'
/*
^
/home/bwitt/src/transdroid/app/src/main/java/org/transdroid/daemon/adapters/bitComet/BitCometAdapter.java:18: error: class, interface, or enum expected
package org.transdroid.daemon.adapters.bitComet;
        ^

I think there's an unprintable character there that's causing problems.

@1265578519
Copy link

image

image

@1265578519
Copy link

utf-8
uft-8-sig(BOM: ByteOrder Mark)

@bwitt
Copy link
Contributor Author

bwitt commented Nov 5, 2022

I think this was introduced in #621

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

Successfully merging a pull request may close this issue.

3 participants