I have a string array in strings.xml, in the values I need to have shutter speeds.
For example:
3"2
or
0"8
I try to enter the data in the xml, but that does not work. Alternatively; when I enter the value in the graphical interface of the strings.xml file, it places the data as

Which does not display when I place the array in a spinner later on.
Basically, I would like to know how to display a single quotation mark in a string of a string array and have it display in a spinner later on.
Thanks for any help, have a nice day.