I have a question! I want to print an unicode string in php (like \'سلام\')! but when I use echo only some ??? apear!!!
what whould I do??? This happens hen I want to c
Maybe I'm a little too late but this worked for me:
echo utf8_encode('سلام');