Tagged Questions

3
votes
2answers
969 views

copy text (Indian language- GUjarati) from word document to web page text area problem

I am developing one site in Indian language (Gujarati). My problem is as below: My client wants that they able to copy Gujarati text from word document and paste into the Text area. But when i copy ...
1
vote
2answers
2k views

How to open file in PHP that has unicode characters in its name?

For example I have a filename like this - проба.xml and I am unable to open it from PHP script. If I setup php script to be in utf-8 than all the text in script is utf-8 thus when I pass this to ...