chienese problem

My problem is this: i write a text file in this way:


set target_file to (((folder autore of folder "Testi" of startup disk) as text) & titolo & ".txt")
						
						--Write Data To New Text Document 
						set openTargetFile to open for access file target_file with write permission
						write _text to openTargetFile
						close access openTargetFile

then i paste some other lines in the file then i save it. when i re-open the file in my mac all work fine, but if i copy the file into my iPod and open it i see the “_text” normally and the pasted text all with chinese character…

(the default text (_text) is :

set _text to "<title>" & titolo & "</title>" & return & ¬
                                                "Autore: " & autore & return & ¬
							"Titolo: " & titolo & return & ¬
							"Album: " & _album & return & ¬
							"Link: " & "<A HREF=\"song=" & titolo & "&artist=" & autore & "\">" & "Play" & "</A>" & return & return