Tagged Questions
6
votes
3answers
438 views
How can I match a Russian word using preg_replace in PHP?
How do I go about matching a Russian word in a string (also in Russian) in PHP?
So for example something like this:
$pattern = '/слово/';
preg_replace($pattern, $replacement, $string_in_russian)
I ...
2
votes
7answers
721 views
PHP: case-insensitive preg_replace of a cyrillic string in UTF8
I have a PHP 5.3 script displaying users of my web site and would like to replace a certain Russian city (stored in UTF8 in PostgreSQL 8.4.7 database + CentOS 5.5/64 bits Linux) by its older name (it ...
1
vote
1answer
78 views
Can't get russian letters in EXIF
example 1 - it works
NSString *first = @"Russian letters(Русские буквы)";
[exifDictionary setValue:first forKey:(NSString*)kCGImagePropertyExifUserComment];
example 2 - doesn't work
NSString ...
1
vote
3answers
1k views
PHP and Russian Letters
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:
...
1
vote
2answers
616 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 ...
0
votes
2answers
597 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;
...
-3
votes
1answer
24 views
Russian characters won't show up in Mozilla
Could some on please check out this URL with Mozilla - http://smartplast.com/soon/ .
As you can see characters is displaying wrong :
I don't understand where is problem, cause in all other ...