There is a CKEditor in my rails app working with Paperclip and Active Record. Works nicely but:
When uploading a file which contains cyrillic letters in filename, cyrillic letters are being cut (e.g. "документ_1_15.doc" becomes "_1_15.doc"). Nothing of this happens when uploading an image directly with Paperclip. I tried to look into CKeditor code for answer, but couldn't find anything since CKEditor is being mounted as an Engine into the app.
p.s. Sorry for maybe a newbie question -- it's my first one on StackOverflow. Thanks!