Error Compiling ITW on Windows/Eclipse because of Byte Order Mark

Jiri Vanek jvanek at redhat.com
Wed Dec 12 16:48:31 UTC 2018


On 12/10/18 6:47 PM, jtesdall wrote:
> Compiling ITW on Eclipse for Windows gives an error on proximate line 632 of
> nanoxml\XMLElement.java because of a bad character string checking for a
> byte order mark. I have changed this to an escape sequence to be able to
> compile. This also caused problems in debugging if I just excluded it from
> compilation, it needed fixed to debug.
> 
> Before:
> if (ch == '') {
> 
> After:
> if (ch == '\uFEFF') {
> 

It could hapen that your windows did not understand weird utf character. One would hope such issues
already disapeared....

Are you using tagsoup or not?

J.
> 
> 
> 
> --
> Sent from: http://openjdk.5641.n7.nabble.com/OpenJDK-Distribution-specific-Packaging-f25548.html
> 


-- 
Jiri Vanek
Senior QE engineer, OpenJDK QE lead, Mgr.
Red Hat Czech
jvanek at redhat.com    M: +420775390109


More information about the distro-pkg-dev mailing list