-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calendar entries and descriptions containing umlauts are not shown (WebCalendar 1.2.9) #39
Comments
please check in case you can change the .htaccess file for encoding. |
We are looking into this. I put in a pull request for a tentative .htaccess file. I'd like to hear comments / suggestions on that. |
I had the same problem and could solve the issue for MySQL/MariaDB the following way:
Side-Effect: |
I updated WebCalendar 1.2.7 to 1.2.9 and switched from PHP 5.3 to PHP 5.6. My WebCalendar install is used in German language and thus data entered in the calendar can contain umlauts.
Strings in my WebCalendar database use the encoding 'latin1' (ISO-8859-1).
Unfortunately updating the PHP version to anything higher than 5.3 breaks WebCalendar. More specifically, calendar entry titles and descriptions containing umlauts and other special characters are not shown in the calendar.
There has been an according bug report on SourceForge: https://sourceforge.net/p/webcalendar/bugs/2709/
I believe this problem will affect most people using a language other than English.
(I was able to circumvent the problem by switching everything to UTF-8, which, however, required a change in a WebCalendar core PHP file to set the proper encoding, see #33).
The text was updated successfully, but these errors were encountered: