utf-8 charset kullanmak için php zorlamak nasıl [yinelenen]

0 Cevap php

errr im not sure if my question's title is clear enough but i'll try my best to explain
i really am not sure about how php executes the function mysql_query in terms of retrieval and storage
of strings, does it recognize any character set encodings used in the table? and does my browser by default overrides any character encodings sent through <forms> meaning if i put 'ëä' in any <input> or <textarea> will these characters be sent as they are?

sonraki, nasıl bu karakterleri işlemek php istiyorsunuz? onlar veritabanına gibi bu karakterleri yazmak için php zorlayabilir?

benim veritabanı tabloları ve bunlara karşılık gelen alfabe nasıl yaptığımı bilmeden, nasıl ben veritabanında bulunan doğru dize değerleri döndürmek için php zorlayabilir?

hehe sorry for being too lazy to google, but i ran through this problem before in another table and thought i found a solution but i was thinking that maybe i just ticked my broswer's options to use by default a utf-8 encoding? okay so in this case then the user's browser really has power over what type of character encoding they would use to render a page... are there any workarounds?

See:

0 Cevap