You've already forked lazarus-ccr
fpspreadsheet: Change default csv encoding back to utf8 without bom, because importing csv into Excel and Calc is probably not the most important application of fpspreadsheet, and many other programs will not expect a bom in a text file.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6258 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -98,7 +98,7 @@ uses
|
|||||||
fpsUtils, fpsNumFormat;
|
fpsUtils, fpsNumFormat;
|
||||||
|
|
||||||
const
|
const
|
||||||
DEFAULT_ENCODING = 'utf8bom';
|
DEFAULT_ENCODING = 'utf8'; //'utf8bom';
|
||||||
|
|
||||||
function LineEndingAsString(ALineEnding: TsCSVLineEnding): String;
|
function LineEndingAsString(ALineEnding: TsCSVLineEnding): String;
|
||||||
begin
|
begin
|
||||||
|
Reference in New Issue
Block a user