PHP - read unicode files.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
iswariakk
Forum Newbie
Posts: 1
Joined: Wed Oct 05, 2011 12:10 am

PHP - read unicode files.

Post 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
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: PHP - read unicode files.

Post by Celauran »

What have you tried? What isn't working?
Post Reply