Re: [sqlite] Support For Table Columns In French Language Text

2013-10-19 Thread Bob Cochran
Thank you, I didn't understand that earlier. You saved me a lot of time! Bob On 10/18/13 10:30 PM, Igor Tandetnik wrote: On 10/18/2013 9:32 PM, Bob Cochran wrote: I want to create a table like this: glosskey of type text caption_text of type varchar or text The glosskey and caption_text both

Re: [sqlite] Support For Table Columns In French Language Text

2013-10-18 Thread Igor Tandetnik
On 10/18/2013 9:32 PM, Bob Cochran wrote: I want to create a table like this: glosskey of type text caption_text of type varchar or text The glosskey and caption_text both need to contain French language text. To accomplish this, I think I need to take the following steps: 1. Compile and inst

[sqlite] Support For Table Columns In French Language Text

2013-10-18 Thread Bob Cochran
I want to create a table like this: glosskey of type text caption_text of type varchar or text The glosskey and caption_text both need to contain French language text. To accomplish this, I think I need to take the following steps: 1. Compile and install the International Components for Unicod