Hi VS & BJ,

Below details may help you -

Command to get character set settings for MySQL - show variables like
'char%';
Snapshot: http://screencast.com/t/OTVmNzEwNjYt
I think for database default character set to use is set to latin1, You can
set these variables according to your requirement. For your problem you can
set "utf8" at database level or entity level or column level.

Ex: ALTER TABLE <myTableName> MODIFY <myColumnName> VARCHAR(255) CHARACTER
SET utf8;

Link -
http://confluence.atlassian.com/display/DOC/Configuring+Database+Character+Encoding


Thanks,
Sumit Porwal
Email: [email protected]
Contact: +91-9987963496


On Tue, Jun 15, 2010 at 3:09 AM, BJ Freeman <[email protected]> wrote:

>
> I pasted
> Тест ввода русских символов
> into the record and it was changed to bytes.
> hopefully someone will have time to look into this.
> I will think on it.
>
>
> =========================
> BJ Freeman
> http://bjfreeman.elance.com
> Strategic Power Office with Supplier Automation  <
> http://www.businessesnetwork.com/automation/viewforum.php?f=52>
> Specialtymarket.com  <http://www.specialtymarket.com/>
>
> Systems Integrator-- Glad to Assist
>
> Chat  Y! messenger: bjfr33man
> Linkedin <
> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
> >
>
>
> BJ Freeman sent the following on 6/14/2010 2:26 PM:
>
>> Тест ввода русских символов
>>
>
>

Reply via email to