Hindi language is a reginal language in India.
for setting this language any internal setting is required in mysql?
or just by command .
set character_set_c onnection=utf8;
set collation_conne ction=utf8_unic ode_ci;
Hindi language is a reginal language in India.
for setting this language any internal setting is required in mysql?
or just by command .
set character_set_c onnection=utf8;
set collation_conne ction=utf8_unic ode_ci;
please help.
Thanks and Regards
pawej
UTF-8 is an 8 bit encoding of unicode characters with the nice property that
ASCII characters map onto themselves, i.e. a pure ASCII text remains the same.
I don't know if those settings will help you; give it a try by encoding your unicode
strings to UTF-8 and feed them to your database. Or consult your manual.
even I am getting he same issue ... we dont quite seem to get an answer here ... for sure .... its really taking time ...
guys ... please please do email me if anything you get hold of ...
<Email removed. Please read our Posting Guidelines, found under the Help link at the top of your screen.
MODERATOR>
thanks in advance
Last edited by Ganon11; Sep 26 '07, 04:45 PM.
Reason: email removed
Comment