Unicode support between different OS and browsers
- by Martin Trigaux
I would like to develop a web application that uses unicode. The problem is that I don't know if the user supports or not the full unicode set.
First question : is the unicode support depends on the browser or the operating system ?
Second question : how well main browsers/OS behave ?
To goal is to find big subsets of mainly supported unicode characters (with the fact that I accept to not support old tech)
Thank you