473,386 Members | 1,702 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

How to Store the Hindi Language in MySQL

I want to store hindi language in the column of mysql table.
what kind to changes can be done for that.
Sep 8 '07 #1
6 4229
JosAH
11,448 Expert 8TB
I want to store hindi language in the column of mysql table.
what kind to changes can be done for that.
I don't know the Hindi language but if it contains any non-ASCII or non-Latin1
characters, have a look at Unicode.

kind regards,

Jos
Sep 8 '07 #2
Sir.

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_connection=utf8;
set collation_connection=utf8_unicode_ci;

please help.

Thanks and Regards

pawej
Sep 10 '07 #3
JosAH
11,448 Expert 8TB
Sir.

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_connection=utf8;
set collation_connection=utf8_unicode_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.

kind regards,

Jos
Sep 11 '07 #4
Sir
In my mysql table the hindi text is look like ??????? this format
what should I do.
Sep 13 '07 #5
Hello pawej,
I m also having the same problem.....how to insert in hindi....Any progress ?...

zoomtom
Sep 17 '07 #6
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
Sep 22 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: kuldeep | last post by:
Hi all, I have developed a application that supports localization in .net. It shows all the controls with english and hindi text depending on the culture selected. The application runs well on...
0
by: kotianram | last post by:
hi, What are the changes needed in the resource file to support Hindi language using vc. I have converted the UI to CHinese and arabi etc .. Any suggestion on hindi . Regards Ramya
3
by: pratik.best | last post by:
Hi, I just seen the web site of the unicode committee and was amazed to see the site showing document in Hindi without using any such fonts like "Kruti Dev" or "Dev Lys". "Webdunia.com" is also...
0
by: imranabdulaziz | last post by:
Dear All, I am making web application using Asp.net C#(Visual Studio2005). And Sql server 2005 as a back End. My question Is it possible to generate report in hindi (language) format( using...
2
by: pawejpawej | last post by:
when i insert the hindi data in mysql table it looks like ???????? format how i can see the text in hindi langange. pawej
0
by: villagegreen | last post by:
I'm trying to use an html form to upload foreign language translations of English terms into a MySQL database. Since many different languages will be entered on the page, I have read that I should...
4
by: pushpinderbagga | last post by:
hi I need help in storing and retreiving hindi text from myql... I have done the folowwing ... mysql_query("SET NAMES 'utf8'"); <META http-equiv=Content-Type content="text/html;...
2
by: DR | last post by:
how to determine what language a c# string is written in? is there any C# method to take a string and return what language it is in? e.g. english, hindi, spanish, etc.
1
by: DR | last post by:
how to determine what language a string is written in? is there any method to take a string and return what language it is in? e.g. english, hindi, spanish, etc.
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.