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 bkrike 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, How?

Status
Not open for further replies.

wilcoHead

Programmer
Feb 2, 2005
85
Okay, here is my problem.

I have a dynamic site.

My page is made up of 6 pages <CFIncludes>

So May main page:

home.cfm has CFincludes for the following:
----------------
Head_inc.cfm
----------------
This is where all of the HTML starts:
-----------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<META name="description" content="heine diagnostic medical instruments providing the medical industry with binocular indirect ophthalmoscopes, blood pressure, stethescopes, otoscopes, ophthalmoscopes, diagnostic Sets, Laryngoscopes, Blades, loupes for over 50 years.">
<META name="keywords" content="binocular indirect ophthalmoscopes, blood pressure, stethescopes, otoscopes, ophthalmoscopes, diagnostic Sets, Laryngoscopes, Blades, loupes">
<META name="summary" content="binocular indirect ophthalmoscopes, blood pressure, stethescopes, otoscopes, ophthalmoscopes, diagnostic Sets, Laryngoscopes, Blades, loupes">
<META name="Classification" content="binocular indirect ophthalmoscopes, blood pressure, stethescopes, otoscopes, ophthalmoscopes, diagnostic Sets, Laryngoscopes, Blades, loupes">
<META name="author" content="binocular indirect ophthalmoscopes, blood pressure, stethescopes, otoscopes, ophthalmoscopes, diagnostic Sets, Laryngoscopes, Blades, loupes">
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="0">
</head>
------------------

Then the other files:
Left.cfm
middle.cfm
------------------
right.cfm
------------------
This page is where I want the Russian text:
??????? ????????
--------------------------
footer.cfm
--------------------------
ends with:
</body>
</html>
-------------------------

So, I guess the question is?

Why is the "<META http-equiv="Content-Type" content="text/html; charset=utf-8">"
Not working? Is it because of the page sections being dynamic?

Please help.

Thanks,

Thanks for your input;
WilcoHEAD
 
no that isn't the problem, once you've created the page it spits it to the browser as straight html. if you have a problem with the meta tags try the html forum.

We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true.
 
I understand how coldfusion works and I will try the other forum but...

I have a static page and it works fine.

So, that is why I am wondering if the CFInclude is somehow wacking it out...

Thanks for your input;
WilcoHEAD
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top