tildaslash / RatticWeb

Password Management for Humans
http://rattic.org/
GNU General Public License v2.0
473 stars 149 forks source link

Russian language support in RatticDB #455

Open Palazur opened 8 years ago

Palazur commented 8 years ago

Good afternoon. There probelmy with RatticDB. When you add a new password in the fields : "Description", "Title" in Russian language and press "Submit" i see 500 error occurs: "500 - Something went Splork! :( Something went wrong and the server was unable to process this request. Check your servers error logs for more details.". Help me find a solution to the problem , thank you!

P.S: I use CentOS7 and Apche2 and MySQL

wolf-a commented 7 years ago

hi. for use сyrillic, DataBase mast have utf8 character. you can create new DB CREATE DATABASE my_db CHARACTER SET utf8 COLLATE utf8_general_ci;