Jawed Posted July 30, 2008 Share Posted July 30, 2008 Hi to all, In my site i have a requirement tat user can input text in textbox in hindi fonts and then they are stored as in hindi and then is displayed in hindi too.. like orkut in india gives this option .. Can anyone helpppppppppppppp in this regard Thanks in advance Link to comment https://forums.phpfreaks.com/topic/117323-giving-user-flexibility-to-type-i-hindi-in-the-textbox/ Share on other sites More sharing options...
DeanWhitehouse Posted July 30, 2008 Share Posted July 30, 2008 hindi fonts? Do you mean write in a different langauge or just using a different font? Link to comment https://forums.phpfreaks.com/topic/117323-giving-user-flexibility-to-type-i-hindi-in-the-textbox/#findComment-603470 Share on other sites More sharing options...
unkwntech Posted July 30, 2008 Share Posted July 30, 2008 You will need to make sure that the data is stored in UTF8, and for the user to type in Hindi they must have the language setup on their computer. Link to comment https://forums.phpfreaks.com/topic/117323-giving-user-flexibility-to-type-i-hindi-in-the-textbox/#findComment-603504 Share on other sites More sharing options...
rameshfaj Posted July 30, 2008 Share Posted July 30, 2008 I suggest you to use Romanized Devnagari rather than go for any special font.This can be achieved by setting up new language from control panel of several versions of windows including XP.Once the computer is set to use the Romanized languge and your html page is set up to accept language in UTF-8(a unicode format)format then the user can easily perform the intended task. Link to comment https://forums.phpfreaks.com/topic/117323-giving-user-flexibility-to-type-i-hindi-in-the-textbox/#findComment-603520 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.