ARTICLE DETAIL

资讯详情

深耕网站建设、视觉设计与SEO优化的一线实战洞察。

Tencoding with out BOM

Tencoding  with out BOM

TStringList.savetofile使用utf8编码并不需要BOM

type
TUTF8EncodingNOBOM = class(TUTF8Encoding)
public
function GetPreamble: TBytes; override;
end;

{ TUTF8EncodingNOBOM }

function TUTF8EncodingNOBOM.GetPreamble: TBytes;
begin
Result := TBytes.Create();
end;

返回列表