Gantt Special Chars

Hello :slight_smile:

I’m with a problem that I discovered recently.

I have one Table named “Phases” with all the tasks to put in the Gantt Chart, however, if the Taks have any special characters like “é,ã, :”, etc, the Gantt doest display anything :confused: but if i have a tasked called “xpto”, and with the Gantt opened, and if I edit that one task and change his name to “xptó” its works with no problems ://

Please, this is urgent, I really need help :confused:

Hello :slight_smile: Does any1 know what is the Function or what does Gantt use to convert characters like this -> ‘é’ , ‘á’, to work on Gantt??

Please, its urgent!

Thanks :slight_smile:

Hi,
there is no such function. Make sure you use UTF-8 for

  1. page encoding,
  2. content-encoding of connector php handler
  3. encoding of database and tables

Otherwise such characters may be displayed incorrectly.

Are there any errors in browser console when it happens?

Hello :slight_smile: I fixed it :slight_smile:

Thanks ^^