June 2016
Intermediate to advanced
470 pages
9h 49m
English
Internet is the land of the encodings! URIs are encoded, HTML provide specific encodings, e-mails works because of the mime encoding, and the REST service works because in some way the client and server can talk each other using some sort of encodings! There are many kinds of encoding for different purposes, but in this recipe we will talk about the encodings handled by the classes contained in the System.NetEncodings.pas unit.
The unit System.NetEncodings contains the following classes:
TNetEncoding: This class is a factory for the actual encoding classes; moreover, it serves as a base class for all the other classesTHTMLEncoding: This class provides methods to encode and ...Read now
Unlock full access