If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > php and mysql -- in chinese?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-05-03, 11:25
ripperx ripperx is offline
Registered User
 
Join Date: Feb 2003
Posts: 6
Question php and mysql -- in chinese?

Hello everybody,

I have a problem, basicly I have to create a database, which majority will be implemented in english, but will need to have chinese characters in it. The main table of the database will be storing filenames and paths, both of which are in chinese...

I have to basicly create a database containing chinese filenames, and a php frontend to select a filename and have it playback.

The main problem is not the implementation of a database and php script to play back media, the problem is doing it in chinese. Does SQL, specificly mysql support foriegn characters?

I would just like to know if this is possible, and if so, how I would go about it.

Any advice/links appreciated.
Reply With Quote
  #2 (permalink)  
Old 02-06-03, 04:07
gannet gannet is offline
Registered User
 
Join Date: Oct 2002
Location: Plymouth UK
Posts: 116
I don't know about MySQL, but in Oracle you start up the instance with the National Language support set to Chinese in the initialisation file. It may be worth you looking at the MySQL configuration to see whether multi byte characters are supported and if this is configurable.
Reply With Quote
  #3 (permalink)  
Old 02-06-03, 04:12
gannet gannet is offline
Registered User
 
Join Date: Oct 2002
Location: Plymouth UK
Posts: 116
Since my last I have found a link to how to it in the MySQL documentation at the URL to below

http://www.mysql.com/doc/c/o/configure_options.html
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On