Code Monkey home page Code Monkey logo

Comments (4)

simogeo avatar simogeo commented on May 23, 2024

Working with PHP, Ok for all points except 3 of them :

The language strings in the es.js file are shown with encoding erors in interface. For example, the authentication failed text is shown: "No estás autorizado para usar el administrador de archivos.", but would be "No estás autorizado para usar el administrador de archivos.

This is not true for me. Maybe you should precise UTF-8 encoding to Tomcat.

When I try to create a new folder with special chars, like "España", the folder is created in the server with the name "España", and the interface shows it with the same wrong format.

* It is created as "España" on my computer (runing ubuntu)*

If I click on the folder in the main frame (the well formed one), I get the "Folder not found error"). I attach a screenshot of the error with the Firebug log

This is not true for me. The source of your problem should be similar to the first point

Maybe you should have a look on that page : http://www.jspwiki.org/wiki/TomcatAndUTF8 and maybe Trickydicky will tell us more about that.

Anyway, thanks for reporting these issues!

another encoding issue ticket has been opened : https://github.com/simogeo/Filemanager/issues#issue/32

from filemanager.

simogeo avatar simogeo commented on May 23, 2024

It works now for PHP connector (including in the filetree)

from filemanager.

jorgeoa avatar jorgeoa commented on May 23, 2024

Hi simogeo.

I'm testing it on another computer with OSX and PHP and all works fine.

Tomorrow I'll test it again in the tomcat computer, looking at the tomcat encoding configuration.

Regards.

from filemanager.

jorgeoa avatar jorgeoa commented on May 23, 2024

As simogeo said, forcing the URIEncoding to UTF-8 in the server.xml file, the main frame works fine with special chars, but the JSP FileTree already has a problem:

If I have a folder in the server with a special chars name (España again), it is shown well formatted in the main frame, but with encoding errors in the FileTree (Espa�a)

from filemanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.