Re: translation dictionary

2003-03-14 Thread dpgirago
I guess you'd have to use MySQL 4.1 to assign different character sets to different columns. Should be straight-forward at time of table creation. David *** Hello, I'm interested in building a translation dictionary: russian - french. My database

Re: translation dictionary

2003-03-14 Thread Csongor Fagyal
You can try UTF-8. - Cs. I guess you'd have to use MySQL 4.1 to assign different character sets to different columns. Should be straight-forward at time of table creation. David *** Hello, I'm interested in building a translation dictionary: russian

Re: translation dictionary

2003-03-14 Thread Keith C. Ivey
On 14 Mar 2003, at 0:28, felix t wrote: I would like to ask for some ideas on how to build such a dictionary given that I can not use more than one set of characters in mysql server. ( the russian words need on set of characters , the french ones another ). Presumably you're using Unicode,

Re: translation dictionary

2003-03-14 Thread Paul DuBois
At 10:13 -0500 3/14/03, Keith C. Ivey wrote: On 14 Mar 2003, at 0:28, felix t wrote: I would like to ask for some ideas on how to build such a dictionary given that I can not use more than one set of characters in mysql server. ( the russian words need on set of characters , the french ones

translation dictionary

2003-03-13 Thread felix t
Hello, I'm interested in building a translation dictionary: russian - french. My database would have only one table which contains in each entry a the word and its translation. I intend to put such a dictionary on a web page. I would like to ask for some ideas on how to build such a dictionary