[Koha-bugs] [Bug 6554] Resolve encoding problems with corrected UTF8 handling in templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 10 02:39:01 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6554

--- Comment #99 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
I can reproduce this problem using Karam's name.
What I found so far is:

1) Fresh login, session cookie (in DB) records correctly userid
id: كر
2) click on logo (or any link) and now session cookie has userid mangled
id: "\xD9\x83\xD8\xB1\xD9\x85"
3) click any page, same result
4) Go to Administration > System Preferences, and now session cookie has
correct userid again (also loggedinusername)

So, could be something related with encoding at cookie writing time.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list