Open GoogleCodeExporter opened 9 years ago
It's the to7bit() function that needs to be fixed to handle this.
http://code.google.com/p/get-simple-cms/source/browse/trunk/admin/inc/basic.php#
62
Original comment by ccagle8
on 17 Dec 2011 at 5:38
Current solution would be to use Russian translation language with defined
"TRANSLITERATION" array.
Original comment by jos...@gmail.com
on 19 Dec 2011 at 11:09
Zegnat said that adding transliteration to the core would not have been a good
idea. I can look back to see his reasoning, but I remember agreeing with him. I
will close this ticket for now...
Original comment by ccagle8
on 19 Dec 2011 at 1:28
thanks!
"TRANSLITERATION" => array(
"п"=>"p",
"р"=>"r",
"и"=>"i",
"в"=>"v",
"е"=>"e",
"т"=>"t"
),
and what about Files -> create folder
??
this not work!
folder not created
transliteration russian to latin not work
Original comment by art...@gmail.com
on 21 Dec 2011 at 8:55
AND
Upload files and/or images...
file for example "привет.txt" (name in russian)
uploaded like ".txt"
please make "TRANSLITERATION"
Original comment by art...@gmail.com
on 21 Dec 2011 at 9:03
This is a problem with folders and file uploads. reopening...
Original comment by ccagle8
on 21 Dec 2011 at 1:16
Original issue reported on code.google.com by
art...@gmail.com
on 17 Dec 2011 at 6:56