Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
How to display Hindu text on html pages?
Old 09-10-2005, 09:12 AM How to display Hindu text on html pages?
whoam1's Avatar
Novice Talker

Posts: 11
Trades: 0
Hi, I would need to create some html pages with Hindu text.
I am suppose to copy the text from a word document, but when I attempted to save it as UTF-8 fomat,
'outlet name' become something like 'nqdku dk uke'.

Is there any way I can display the hindu text on html? Thanks!
whoam1 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-10-2005, 09:39 AM
praveen's Avatar
Life is a Dream

Posts: 3,591
Name: Praveen
Location: Chennai, India
Trades: 0
u need to have that font enabled in your system, html editor etc..

and then you need to incorporate the same in your website/server wherein these texts are parsed in the server and displayed inthe page

or offer the font to the visitors to download and then view the site.(which is a pain).
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
praveen is offline
Reply With Quote
View Public Profile
 
Old 09-25-2005, 11:54 PM But how do we incorporate the font on the website/server?
whoam1's Avatar
Novice Talker

Posts: 11
Trades: 0
Hi, can you elabrate on:
"and then you need to incorporate the same in your website/server wherein these texts are parsed in the server and displayed inthe page"

I had:
1. Installed the font on my computer

2. Encoded my html files as "ISO-8859-1".
e.g.
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

3. Use the font-face "Kruti Dev 021" for my html characters.
e.g.
<STYLE type="text/css">
<!--
.hindu { font-family: Kruti Dev 021; font-size: 16px;}
-->
</STYLE>
<span class="hindu">ohlk – fjczkf.Max</span>
Wonder if there is anything else I can do? Thanks~~!
whoam1 is offline
Reply With Quote
View Public Profile
 
Old 09-26-2005, 12:05 AM Also, I have problem displaying the text on Firefox browser
whoam1's Avatar
Novice Talker

Posts: 11
Trades: 0
Also, wonder how come although I can see part of the hindu text display on IE, I cannot get any of the text to display properly on the Firefox browser, please advise. Thank you!
whoam1 is offline
Reply With Quote
View Public Profile
 
Old 09-26-2005, 01:29 AM
Kaiman's Avatar
Extreme Talker

Posts: 237
Trades: 0
Have you tried using the language meta-tags in your document like this for Hindu in India for example:

<meta http-equiv="content-language" content="hindu-in"/>

This should help browsers parse the Hindu characters correctly.

You could also use the html tags like this by placing them after your doc type and before the opening <head> tag:

<html lang=hindu-in>

Let me know if either of these helps,

Kaiman

Storm King Design
Computer Repair, Networking, and Training - Glenwood Springs, CO

Last edited by Kaiman; 09-26-2005 at 01:32 AM..
Kaiman is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How to display Hindu text on html pages?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.15388 seconds with 12 queries