> 
> imho you should be in a utf8 environment by default then - however I
> don't have a windows to check this. Maybe for starters just start irb
> and have a look at ENV['LANG'] ?
> 
> Jens
> 
Hello,
Thanks for replies :) you really helps me
I have tried to change:
- windows locale to Russia
- environment.rb
 ENV['LC_CTYPE'] = 'ru_RU.UTF-8'
 Ferret.locale = "ru_RU.UTF-8"
- and what was important to change database locale from UTF8-unicode to 
UTF8-general.

But as i espect it was no finish of problems:
- because it index data incorrect, for example some data came to index 
db. The other problem is when - some objects it can find and some 
not(russian objects),
when i search by '*' i can get all objects, but with '**' i get only 
part of them.

what version of ferret-server, acts-as-ferret, locale in MySQL database 
do you have?

Thanks

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to