user619671
user619671

Reputation: 1

Url unicode on php

We are trying to add non-english chars to the site URL and inside text.

Currently php pages don't see Unicode 'get' arguments. The pages see the arguments as question marks, although we added <META http-equiv="Content-Type" content="text/html; charset=utf8">

See sample here.

Many thanks!

Upvotes: 0

Views: 294

Answers (1)

powtac
powtac

Reputation: 41040

Output the strings trough utf8_encode();

Upvotes: 1

Related Questions