Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 18th, 2005, 02:05 AM
Registered User
 
Join Date: Jul 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to convert UTF8 code to character

Hi all,

I loaded a website and encoded in UTF8 so I got a string like this:

"và resumes tr#7921;c ti#7871;"

How can I convert "#7921;" into readable Unicode Character

Thanks



 
Old July 18th, 2005, 05:28 AM
PT PT is offline
Authorized User
 
Join Date: Jun 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

try using:

Response.ContentEncoding = System.Text.Encoding.GetEncoding("ISO-8859-1");
Response.Charset = "ISO-8859-1";

i dont know where you put that or how because i didnt understand if the page is yours or not

hope it helps

/PT





Similar Threads
Thread Thread Starter Forum Replies Last Post
Get Ascii code for a character in XSLT mswin XSLT 8 November 28th, 2008 08:21 AM
how do I convert character to utf hex code? mondayisgreat Classic ASP Basics 1 January 24th, 2008 01:48 PM
Convert special character for text view mussitsch Classic ASP Professional 0 October 26th, 2006 11:13 AM
Decimal code for a special character mcinar HTML Code Clinic 14 February 4th, 2005 01:56 PM
Best way to convert '\t' to TAB character? Philibuster Beginning PHP 4 January 10th, 2005 05:05 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.