Page 1 of 1

PHP - read unicode files.

Posted: Wed Oct 05, 2011 5:32 am
by iswariakk
Hi,
I want to read unicode files and do some manipulation. How to do that?

I want to read unicode files.
sample unicode file:

*t*Name(s)
Kandapurāṇa by Kacciyappa-civa-cariyasvami.

*t*Location*t*
“Near Mēlpāṭi which is 12 km. north of Thiruvallam in Guḍiyāttam

Then read this file, replace*t* by
<h1>tag and write the content in another file.

Please tell me how to read and write unicode files in php?
Thanks,
Iswaria

Re: PHP - read unicode files.

Posted: Wed Oct 05, 2011 9:07 am
by Celauran
What have you tried? What isn't working?