When comparing two TIdTextEncoding objects, Indy should utilize the new CodePage and EncodingName properties that were introduced in the SysUtils.TEncoding class in XE, and backport them to older versions. Currently, it compares just the object memory addresses instead.
When comparing two TIdTextEncoding objects, Indy should utilize the new CodePage and EncodingName properties that were introduced in the SysUtils.TEncoding class in XE, and backport them to older versions. Currently, it compares just the object memory addresses instead.