470,590 Members | 1,966 Online
Bytes | Developer Community
New Post

Home Posts Topics Members FAQ

Post your question to a community of 470,590 developers. It's quick & easy.

Problem with the unicode signs

Ciao !!!

I'm working on the project that requires multi-lingual database ... I
have never done it before and i have problem to configure mysql server
and create databases which will allow me to store data in different
languages, which includes e.g. hebrew or arabic ...
I will be very gratefull if someone send me a dumped database with a
table containing couple of records (or more) of data in unicode - at
least i will have a starting point to find out what's wrong with my
project.

greetings

bartek

Oct 7 '05 #1
1 1519
bp*********@yahoo.ca wrote:
Ciao !!!
Hello
I'm working on the project that requires multi-lingual database ... I
have never done it before and i have problem to configure mysql server
and create databases which will allow me to store data in different
languages, which includes e.g. hebrew or arabic ...
Is it your DB wich needs to be multi-lingual or your data..?

For the first case, MySQL is ready (more or less according to the
version in use); have a look at
http://dev.mysql.com/doc/mysql/en/localisation.html

For the second case, think deeply about your DB structure, then have a
look on http://dev.mysql.com/doc/mysql/en/charset.html
I will be very gratefull if someone send me a dumped database with a
table containing couple of records (or more) of data in unicode - at
least i will have a starting point to find out what's wrong with my
project.

I'm not shure that will help you. What you need is understanding how
things work and some pratical SQL statements (users comments and
querries on http://dev.mysql.com/doc/mysql/en/ are helpfull)

Oct 10 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by Nutshell | last post: by
1 post views Thread by gilbert.havlik | last post: by
5 posts views Thread by Norman Diamond | last post: by
7 posts views Thread by Sourav | last post: by
reply views Thread by John Machin | last post: by
By using this site, you agree to our Privacy Policy and Terms of Use.