I am reading a text file in my program which contains some Unicode BOM character \ufeff
/65279
in places. This presents several issues in further parsing.
Right now I am detecting and filtering these characters myself but would like to know if Java standard library or Guava has a way to do this more cleanly.