Commit | Date | |
---|---|---|
2011-05-11 16:57:22 | Tree | |
[r1329]
by
delphidabbler
Changed unit name generation so that unit name contains only ASCII characters instead of any character from default ANSI character set since some Delphi have a problem with some ANSI characters. |
2011-05-11 16:54:41 | Tree |
[r1328]
by
delphidabbler
Changed MakeSafeHTMLText so that character values above #127 (along with #13 and #10) are no longer converted to numeric entities. A side effect of this change is that any HTML files that are to include any HTML passed through this routine must be saved either in UTF8 or one of the Unicode file formats. |
2011-05-11 15:48:59 | Tree |
[r1327]
by
delphidabbler
Revised LoadFromString method to write Unicode data, with BOM into browser control rather than using default encoding. This way no information is lost. |
2011-05-11 15:26:29 | Tree |
2011-05-11 13:23:01 | Tree | |
[r1325]
by
delphidabbler
Removed TWBIOMgr.LoadFromStream method. Modified LoadFromString to remove call to LoadFromStream. |
2011-05-11 12:59:29 | Tree |
[r1324]
by
delphidabbler
Added new LoadResourceAsString to UResourceUtils. Modified TNoCompCheckPageHTML.Generate and THTMLTemplate.Create to use LoadResourceAsString to load HTML files from resources. |
2011-05-11 11:46:53 | Tree |
2011-05-11 10:50:03 | Tree | |
[r1322]
by
delphidabbler
Rationalised code that transferred string data between TDetailPageHTML sub classes and TDetailPageLoader by way of a stream. Now code is transferred as strings with no conversion to and from a stream. |
2011-05-11 10:49:20 | Tree |
2011-05-10 14:06:31 | Tree |