Android Question "UTF8" or "UTF-8"?

Alessandro71

Well-Known Member
Licensed User
Longtime User
some string subs (for example BytesToString) requires a charset specifications.
looking at examples, i've found both "UTF8" as well as "UTF-8".
which is the correct constant to be used?
are they equivalent or one of them is (or will be) deprecated?
 
Top