chris2fr / redmine_taskjuggler

Redmine and Task Juggler Integration
25 stars 9 forks source link

Check creation of users with UTF-8 caracters #30

Closed chris2fr closed 10 years ago

chris2fr commented 10 years ago

Alex mentioned that there was a UTF-8 error in creating a new user.

chris2fr commented 10 years ago

Adding to to of .html.erb files and # encoding: utf-8 to the top of .rb files and saving everything in utf-8

chris2fr commented 10 years ago

I am updating all of the code files saved with utf-8 in the first line and with any alternative save under utf-8.

chris2fr commented 10 years ago

I put encoding: utf-8 at the top of all the files and saved them by hand in utf-8

If the problem persists, check the encodings of the database, database tables and perhaps fields as well (if fields have encodings).

chris2fr commented 10 years ago

Changes implemented by Anne gsub('.","_")