use of org.eclipse.wst.html.core.internal.contenttype.HTMLResourceEncodingDetector in project webtools.sourceediting by eclipse.
the class HTMLEncodingTests method testUTF16LE.
public void testUTF16LE() throws IOException {
String filename = fileLocation + "utf16le.html";
doTestFileStream(filename, "UTF-16LE", new HTMLResourceEncodingDetector());
}
Aggregations