Closed (fixed)
Project:
IMCE
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2011 at 10:09 UTC
Updated:
16 Mar 2015 at 22:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ufku commentedIt's not related to IMCE. Check your translation text or page encoding.
Comment #2
Morn commentedThe problem happens only with the File Browser - at the IMCE Sample Profile its ok - See picture
Comment #3
nelp commentedI have the same problem in danish. Any solutions?
Comment #4
off commentedHave same error in russian
Comment #5
off commentedProblem can be solved by adding "AddDefaultCharset UTF-8" to .htaccess
Comment #6
Fidde commentedHi, I had exactly the same problem myself this last week. I got this to work by updating the deprecated function "decode". It is currently using the deprecated function "unescape(string)", so I switched this to the new "decodeURIComponent(string)". This function can be located in the imce.js file.
Before doing this I checked through all possible solution by checking content type of the page, the db, and so on. None of them worked. After switching the function it is working, but is there any flaws I am overlooking by doing this?
Comment #7
prudal commented@Fidde: this works! Thanks!
Comment #8
dm_mash commentedI suppose the fix described in #6 and #7 should be applied to the future releases of IMCE?..
Comment #9
damienmckennaA patch needs to be put together for the proposed changes.
Comment #10
damienmckennaI believe this was fixed in the following commit: http://cgit.drupalcode.org/imce/commit/?id=81b47fa
Feel free to reopen if it's still a problem.