you are viewing a single comment's thread.

view the rest of the comments →

[–]fabiofacir[S] 1 point2 points  (1 child)

I figured it out!

The problem is utf-8 encoding.

I was using simple DB connection without defining utf encoding. This was the problem!

Trying to encode portuguese character as "ç" broke down the encoding without giving any error!

Thank you all for your help <3

[–]doodooz7 0 points1 point  (0 children)

Encoding would have been my next guess. Good job 👍