Tagged Questions

2
votes
2answers
550 views

mysql match against russain

Hey, Trying to solve this for a very long time now... SELECT MATCH(name) AGAINST('абраксас') (russian) doesn't work, but SELECT MATCH(name) AGAINST('abraxas') (english) work perfectly. I know ...
1
vote
1answer
157 views

Encoding problem with rails 3 application with post request

How can it be that some members of the development team have no problem with sending Post request with Russian symbols from form, but other members - have? All members are using Ubuntu. The error is: ...
1
vote
2answers
2k views

mb_convert_encoding for russian in php

how to convert Russian character to utf-8 in PHP using mb_convert_encoding or any other method?
0
votes
0answers
76 views

Importing external html file, including Cyrillic/Russian characters, via Ajax?

I have the following code on my html page which loads an external content.html file into a DIV #ajax via Ajax: <script type="text/javascript"> $(document).ready(function(){ ...
0
votes
1answer
247 views

russian characters not accepted in php / phpmyadmin?

I have a website in 3 languages: english, dutch and russian. There's a little CMS where the user can update the text on the website. everything works good, except for the russian text.. If I enter ...
0
votes
1answer
128 views

VCL form and control font settings under Russian version of MS Windows

I have a Borland C++ Builder VCL app (so I am not working with Unicode yet), I want to provide a simple translation of controls' caption text to Russian at runtime. I can easily use EnumChildWindows ...