View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002113 | JEDI VCL | 00 JVCL Components | public | 2004-09-03 09:48 | 2004-09-03 13:27 |
Reporter | anonymous | Assigned To | AHUser | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0002113: Error in StringToHtml | ||||
Description | The function StringToHtml in unit JvStrToHtml.pas does not work properly. StringToHtml take a string and convert characters in HTML entity but this fonction does not work!, it converte nothing ! to correct : replace (line 181): Result := StringReplace(Result, Conversions[I].Html, Conversions[I].Ch,[rfReplaceAll, rfIgnoreCase]); by: Result := StringReplace(Result, Conversions[I].Ch, Conversions[I].Html,[rfReplaceAll, rfIgnoreCase]); | ||||
Additional Information | Tested under Delphi 7.0 | ||||
Tags | No tags attached. | ||||