提交 4b20cf9b authored 作者: Thomas Mueller's avatar Thomas Mueller

Javadocs.

上级 4ddf3347
......@@ -23,7 +23,11 @@ import org.h2.util.ScriptReader;
*/
public class RunScriptCommand extends ScriptBase {
/** FEFF because this is the Unicode char represented by the UTF-8 byte order mark (EF BB BF). */
/**
* The byte order mark.
* 0xfeff because this is the Unicode char
* represented by the UTF-8 byte order mark (EF BB BF).
*/
public static final char UTF8_BOM = '\uFEFF';
private String charset = Constants.UTF8;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论