Skip to content

Instantly share code, notes, and snippets.

View shirmanov's full-sized avatar
💭
open to new opportunities

Leonid Shirmanov shirmanov

💭
open to new opportunities
  • RBI Group
  • SPb, Russia
  • 23:09 (UTC +03:00)
View GitHub Profile
// Blog post:
// http://www.shirmanov.com/2010/08/byteordermark-handling-byte-order-mark.html
package com.blueoceansystems.samples;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import com.google.common.base.Charsets;