Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/AddressHistory.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4 by yoffy, Sat Nov 22 12:18:32 2003 UTC revision 1.5 by yoffy, Mon Nov 24 07:58:29 2003 UTC
# Line 128  begin Line 128  begin
128                  SaveList.Add('<?xml version="1.0" encoding="Shift_JIS" standalone="yes"?>');                  SaveList.Add('<?xml version="1.0" encoding="Shift_JIS" standalone="yes"?>');
129                  SaveList.Add('<address>');                  SaveList.Add('<address>');
130                  for i := 0 to Count - 1 do begin                  for i := 0 to Count - 1 do begin
131                          SaveList.Add('<history url="' + HttpEncode(Trim(sl[i])) + '"/>');                          SaveList.Add('<history url="' + HtmlEncode(Trim(sl[i])) + '"/>');
132                  end;                  end;
133                  SaveList.Add('</address>');                  SaveList.Add('</address>');
134                  SaveList.SaveToFile(FileName);                  SaveList.SaveToFile(FileName);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26