You've already forked lazarus-ccr
* fpspreadsheet: test dbexport for > character; see http://forum.lazarus.freepascal.org/index.php/topic,26471.0.html
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3729 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -65,7 +65,9 @@ begin
|
||||
with ExportTestData[3] do
|
||||
begin
|
||||
id:=4;
|
||||
name:='Hagen Dit';
|
||||
//> may give problems with character encoding
|
||||
//http://forum.lazarus.freepascal.org/index.php/topic,26471.0.html
|
||||
name:='Hagen > Dit';
|
||||
dob:=encodedate(1944,2,24);
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user