Postgresql php ve bytesequence sorunu

0 Cevap php

I have set the html meta tag to uft8 Also the form charset to utf8 To be uber sure i have run the php function utf8_encode() on the offending string

php function pg_dbname yoluyla sorgu yürütülürken hatta tüm bu sonra ben bir postgres hata alıyorum.

I bir komut satırında sorguyu kopyalayıp yapıştırmak henüz gayet iyi yürütür.

The query (or the offending part at least): INSERT INTO locations (... alt_thorfare_name ... ) VALUES (... 'BÓTHAR GHLEANN/SHEÁIN' ...);

The error: Query failed: ERROR: invalid byte sequence for encoding UTF8: 0xd354 HINT: This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by client_encoding

Sorun O ve A üzerinde fada (İrlandalı dilden akut aksan) olmak

I am totally stuck on what to do next to even attempt finding a solution. Any help appreciated

0 Cevap