Zip Component, Email Component, Encryption Component ActiveX Control for Zip Compression .NET Components for ASP.NET
ActiveX and .NET Components for Zip Compression, Encryption, Email, XML, S/MIME, HTML Email, Character Encoding, Digital Certificates, FTP, and more ASP Email ActiveX Component


Index of Chilkat Blog Posts

July 11, 2007

HTML Entity Decoding in C# and VB.NET

A problem was found and fixed in the Chilkat.CkString utility class (which is a freeware class).
The HTML entity decoding method was not decoding Unicode decimal entities such as П
This example shows how to decode a Bulgarian string that says "Hello":

            Chilkat.CkString cks = new Chilkat.CkString();
            cks.setString("Привет
");
            cks.entityDecode();
            MessageBox.Show(cks.getString());

This is available as a pre-release. The next official release after 11-July-2007 will include this new functionality.


Privacy Statement. Copyright 2000-2011 Chilkat Software, Inc. All rights reserved.
Send feedback to support@chilkatsoft.com

Components for Microsoft Windows XP, 2000, 2003 Server, Vista, Windows 7, and Windows 95/98/NT4.