Posts by user140366 • 16 points
1 post
-
0
votes1
answer119
viewsA: Encoding Node/Postegres SQL_ASCII
I think you’re confusing the encodings. %C3%A7 is encoded in URI, xe7 is the only hexadecimal of ç. Try it this way: const area = "Administra\\\\xe7\\\\xe3o"; console.log(area); const area_decod =…