You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When inserting urls with accents, I run into the following error:
insert into urljson values ('http://www.example.com/évidemment', 200, 'text/html; charset=UTF-8', 33055);
ERROR: invalid input syntax for type uri at or near "évidemment"
LINE 1: insert into urljson values ('http://www.example.com/évidemme...
^
I know that urls should not contain accents ... But they actually do! Is it caused by some kind of encoding problems?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
When inserting urls with accents, I run into the following error:
I know that urls should not contain accents ... But they actually do! Is it caused by some kind of encoding problems?
Thanks!
The text was updated successfully, but these errors were encountered: