Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/AddressHistory.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
|