Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying Russian Text

Status
Not open for further replies.

Rouslan

Technical User
Sep 7, 2002
27
CA
I'm trying to display russian text stored in an Access database using ASP. When I use:
Code:
Response.Write(r1.Fields("content").value)
I get a bunch of question marks, and when I use:
Code:
Response.Write(Server.HTMLEncode(r1.Fields("content").value))
there is no formating, all HTML tags are displayed as text.

Is there a way to display this text and keep the HTML formatting using ASP?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top