Giter Club home page Giter Club logo

Comments (9)

lenamtl avatar lenamtl commented on May 22, 2024

This also occur on client page my_files
for Title an Description

from projectsend.

ignacionelson avatar ignacionelson commented on May 22, 2024

This happened on the latest version right? How about the previous ones?

from projectsend.

lenamtl avatar lenamtl commented on May 22, 2024

I have not tested the previous one which version exactly do you mean?
I have only use the old V 4.12 which latin was not compatible with ( I fixed the code )
And the actual version which I have issue with.

from projectsend.

lenamtl avatar lenamtl commented on May 22, 2024

The accents should not be saved like this in the database été
This should be saved like this ÊtÊ

Any french user (or other latin) have fixed the problem?

from projectsend.

rmasse23 avatar rmasse23 commented on May 22, 2024

template.php.zip

found the issue

in default/template.php

all output of title and description have htmlentities() on them. Thats explain why its ok everywhere on the website but not on view. I modified it locally and its working flawlessly

from projectsend.

lenamtl avatar lenamtl commented on May 22, 2024

Ok thanks
But still, the information are not saved correctly to the database, that will be the next thing to be fix.

from projectsend.

rmasse23 avatar rmasse23 commented on May 22, 2024

Well, technically, having html entities in the db data is not an issue as all browser interpret them so whatever language you save in db you will never have encoding issue (even with Catalan or non-frequent language. We often deal with that at Ticketmaster with European markets) . The issue was to force browser to print html entities with htmlentities() instead for just print db content (as it is done on other sections of the website/app .. ex: manage-files).

Cheers and your welcome!

from projectsend.

lenamtl avatar lenamtl commented on May 22, 2024

Hi,
The problem occur also when editing a file name and description.
This will not be displayed correctly on the list for example : manage-files.php

So it's need to be done on every page where echo htmlentities appear

Check my old patch solution
https://code.google.com/p/clients-oriented-ftp/issues/detail?id=279&q=french

from projectsend.

lenamtl avatar lenamtl commented on May 22, 2024

see #182 for possible fix

from projectsend.

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.