1
vote
3answers
222 views
UTF8 Filenames in PHP and Different Unicode Encodings
I have a file containing Unicode characters on a server running linux. If I SSH into the server and use tab-completion to navigate to the file/folder containing unicode characters I have no problem …
0
votes
UTF8 Filenames in PHP and Different Unicode Encodings
Thanks to the tips given in the two answers I was able to poke around and find some methods for normalizing the different unicode decompositions of a given character. In the situation I was faced w …
