You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.