473,387 Members | 1,295 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,387 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 4230
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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.