1
vote
3answers
101 views
php, search in chinese and russian
Eventually, I'm creating a website on three languages: english, russian and chinese. I hope that if I use UTF-8 in application and database, there won't be any problems with input-output (will there?)
…
0
votes
2answers
31 views
Brazilian portuguese website to support russian, mandarin and japanese
Hi there.
We have a website in brazilian portuguese developed using Coldfusion (for the user interface), Hibernate (for the business logic) and Oracle database.
If we consider to support russian, …
1
vote
1answer
56 views
asp form - access database - cyrillic russian results page problem
Inherited problem... the site works fine in 6 other languages, in fact the Russian area is now working fine and the request quote form work (functionally), with one problem, the email results we get …
4
votes
2answers
179 views
How can I detect Russian spam posts with Perl?
I have an English language forum site written in perl that is continually bombarded with spam in Russian. Is there a way using Perl and regex to detect Russian text so I can block it?
0
votes
2answers
133 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
1answer
103 views
Unicode characters not showing in Zend_Pdf?
require_once 'Zend/Pdf.php';
$pdf = new Zend_Pdf();
$page = $pdf->newPage(Zend_Pdf_Page::SIZE_A4);
$pdf->pages[] = $page;
…
0
votes
1answer
64 views
Russian Document Corpus for Search Engine
Hi,
I'm working on a cross language information retrieval that takes queries in english and searches documents in Russian. To evaluate this system it would be nice to have a collection of russian …
0
votes
2answers
199 views
Gvim in UTF8 with Russian keyboard layout
I am a big fan of vim and gvim. But whenever I write localization code in PHP and have to translate some strings (primarily in Russian), I have to open Notepad to translate all the entries. That kinda …
