Package com.perforce.p4java.env
Class ClientTunableSettings
java.lang.Object
com.perforce.p4java.env.ClientTunableSettings
- Since:
- 24/08/2016
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanSet to 0 to prevent writing utf8 files BOM Set to 1 to write utf8 files with a BOM - default Set to 2 to write utf8 BOM only on Windows
-
Method Details
-
needWriteUtf8Bom
public static boolean needWriteUtf8Bom()Set to 0 to prevent writing utf8 files BOM Set to 1 to write utf8 files with a BOM - default Set to 2 to write utf8 BOM only on Windows- Returns:
- true, if UTF8 BOM needed
-