I created a simple webapp using jQuery Mobile 1.2. Now I want to know whether it is better to use html entities in page body or should I write texts with all characters in utf-8 charset? Both ways work correct but which one is usual?
Thanks in advance!