Menu

Old Code (SVN) Commit Log


Commit Date  
[r1162] by delphidabbler

Replaced call to now removed Windows1252BytesOf routine with code that creates and uses a suitable encoding to perform the same function.

2010-12-03 16:28:23 Tree
[r1161] by delphidabbler

Removed all Windows-1252 helper code: string type, bytes array conversions and associated private helper class.

2010-12-03 16:20:48 Tree
[r1160] by delphidabbler

* Removed Windows1252CodePage and ASCIICodePage constants from UEncodings. They were duplicated by constants in TEncodingHelper.
* Updated affected code in UEncodings and UHTMLTemplate units.
* Improved XMLDoc commenting in UEncodings unit.

2010-12-03 15:54:40 Tree
[r1159] by delphidabbler

Revised to explicitly pass an encoding to the text stream reader object. Previously relied on default encoding which is not wise!

2010-12-03 15:51:39 Tree
[r1158] by delphidabbler

Corrected error in XML doc commenting.

2010-12-03 15:07:33 Tree
[r1157] by delphidabbler

* Re-commented unit in XMLDoc style.
* Made some minor tweaks to source along with some small refactorings.

2010-12-03 15:04:06 Tree
[r1156] by delphidabbler

* Changed default encoding to UTF-8.
* (Re)Commented the code XMLDoc style.

2010-12-03 12:14:15 Tree
[r1155] by delphidabbler

Tweaked and corrected commenting.

2010-12-03 11:20:53 Tree
[r1154] by delphidabbler

* Changed TTextRoutineDoc to use TStringWriter from SysUtils to create output string which is then converted written to a stream rather than TStrStreamWriter.
* Removed UStrStreamWriter unit from project now that TStrStreamWriter is no longer used anywhere.

2010-12-03 11:13:49 Tree
[r1153] by delphidabbler

Reimplemented reader and writer classes in UDataStreamIO unit:
* Deleted unused TDataStreamWriter class.
* Created new class heirachy for reader classes with common interface for text and binary reader objects. This meant creating a common abstract base class and renaming numerous methods and creating new implementations.
* Renamed several classes and methods of writer class.
* Text stream reader class changed to reject any non-MBCS encoding since its layout requires hex characters to only occupy one byte, which is not the case in Unicode encodings.

Updated using units re class and method name changes.

2010-12-03 01:32:50 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.