can we do a website in HINDI.

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
murthy
Forum Commoner
Posts: 50
Joined: Fri Aug 20, 2004 1:22 am
Location: India
Contact:

can we do a website in HINDI.

Post by murthy »

Hi,
can we do website in Hindi for a particuler client?

are we able to handle Hindi Fonts?

"A Hindi version of the web site in UT8(?). '

Is there a specific formatting called UTF or UT8?

Please Help me...

Thanks,
Krishna Murthy
Ree
Forum Regular
Posts: 592
Joined: Fri Jun 10, 2005 1:43 am
Location: LT

Post by Ree »

Yeah, you can use UTF-8 to display Hindi (like this http://www.bbc.co.uk/hindi/).
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Moved to General from Job Hunt.
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post by Maugrim_The_Reaper »

Should be fairly simple to do - assuming you have an editor supporting the UTF-8 charset and Hindi character support. Just be certain you correctly encode the HTML files as UTF-8, set a valid UTF-8 charset in the HTML header section, and if using PHP use htmlentities('string', ENT_QUOTES, 'UTF-8'); on all user sourced input to escape any potential XSS strings.
Post Reply