After getting my setup mostly working I had one annoying problem - non - ascii 
characters in text files (e. g. '£')  referenced by the smil file were not 
displaying correctly on the phone.

My application was writing the text to text files in a directory of an Apache 
web server. The smil file referenced the text file via http.

I checked my application was writing valid UTF-8 text files.

The problem appears to be that the web server is just serving the files as 
'Content-Type: text/plain'.

Adding an .htaccess file to the appropriate directory on the web server to 
serve the text files as 'Content-Type: text/plain; charset=UTF-8' appears to 
have fixed the problem.

[@@THALES GROUP RESTRICTED@@]

_______________________________________________
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users

Reply via email to