* 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:
bigchimp
2014-11-15 16:05:45 +00:00
parent c420a77223
commit 6d22d41742

View File

@ -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;