|
RUSSIAN SPEAKING RR // RUSSIANS ARE MORE THEN WELCOME!! NEW SPECIAL GROUPS OPENED
Answer Snippets (Read the full thread at postcrossing):
I decided to open it because it would be interesting to exchange viewcards with people from all over the world,... .
RUSSIAN SPEAKING RR // RUSSIANS ARE MORE THEN WELCOME!! NEW SPECIAL GROUPS OPENED
Here goes a new Russian Speaking RR.
|
|
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?
Started by Matthew Lock on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can use the following to detect Cyrillic characters (used in Russian):
[\u0400-\u04FF]+
If you really just want Russian characters, you can take a look at the aforesaid document, which contains the exact range used for the Basic Russian....
|
|
Only in Russia could this happen. The Russian people seem to be encouraging the rape and murder of Muslim girls.
News like this makes me happy when the Mujahideen take the war back to mainland Russia. Russians are sick.
Independent
Russia fetes the 'hero...
Started by -Shamil- on
, 25 posts
by 20 people.
Answer Snippets (Read the full thread at ummah):
Also doesnt say much for the russian://www.tjetjenien.dk/baggrund/politkovskaya.html typical russian faggot who deserves to get killed kept their promise and killed this....
A genocide on your hands , with Russian soldiers running amok.
|
Ask your Facebook Friends
|
How to convert Russian character to utf-8 in PHP using mb_convert_encoding or any other method?
Started by coderex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
');
$file = 'images/да так 1.jpg';//this is in UTF-8, needs to be system encoding (Russian) $new Windows-1251 (Russian)
now your russian files should open your russian characters in php are already utf-8.
|
|
Here is my short implementation of Russian Peasant Multiplication . How can it be improved?
Restrictions : only works when a>0,b>0
for(p=0;p+=(a&1)*b,a!=1;a>>=1,b<<=1);
Started by xxxxxxx on
, 16 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
I would "improve" it:
// Russian Peasant Multiplication ( p <- a*b, only works when a>0, b>0), so the easiest way to use the russian peasant method is to use the builtin multiplication.
|
|
Lucene has quite poor support for Russian language.
RussianAnalyzer (part of lucene-contrib) is of very low quality.
RussianStemmer module for Snowball is even worse. It does not recognize Russian text in Unicode strings, apparently assuming that some...
Started by Misha on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A good start would be the "Lucene....
You have the source code, so if the current implementations don't work for you, you can always create your own or even better, extend the existing ones .
If all else fails, use Sphinx That's the beauty of open source .
|
|
What is happening with Russian letters when sending via PHP request to ... a mail, by e.g.? the "hardcoded" russians letters are displayed properly, but from the Form's textboxex with hieroglyphs:
HTML page:
<tr> <td style="width: 280px">Содержание...
Started by serhio on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Check your encodings:
HTML encoding (in the <meta http-equiv..> tag) PHP/HTML/template file encoding (what encoding your editor saves the file in) Database encoding (if applicable) (in what encoding the data in the tables is in) Database connection... .
|
|
Hello ,
I am using a Java library called PDFBox trying to write text to a PDF. It works perfect for English text, but when i tried to write Russian text inside the PDF the letters appeared so strange. It seems the problem is in the font used, but i am...
Started by Brad on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Perhaps the Russian encoding class need to be written, it should look like the WinAnsiEncoding one to issues with extracting Russian text from existing PDF files (using PDFBox of course) but I don't.
|
|
I have multi-lingual TeX document mostly in Russian but I also include some terms in English in brackets too to make the reader familiar with international terminology. For example the phrase
Два неотъемлемых свойства языка программирования - синтаксис...
Started by kemiisto on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Change the file language.dat, adding the following:
ruseng ruenhyph =russian =english
And recompile all format files:
initexmf --dump
Add
I use language ruseng" which contains....
You should combine english and russian hyphens.
This answer.
|
|
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?)
But the most frightening part of it is a search. It...
Started by valya on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
There are also implementations of Lovins' English stemmer.
Russian, Spanish, Swedish, and Turkish.
|