Lower-case c and p, also.
A developer commented,
"c" and "p" are considered "CurrencyTokens" and are skipped by default
when used with numerical values. See the Import options for CSV.
See http://reference.wolfram.com/language/ref/format/CSV.html , under Options - Import Options.
Import options:
"CurrencyTokens" {{"$", "£", "¥", ""}, {"c", "¢", "p", "F"}} currency unts to be skipped when importing numerical values
I submitted a suggestion that a note on this go in the "Possible Issues" section.