Can Spanish accent marks be dropped in a context where they cannot be displayed? I'm developing a computer program that generates labels for a display that only supports the English alphabet. Are there any other considerations or processing I could do to make the labels more readable? E.g. for German I replace umlaut characters like 'ΓΌ' with 'ue'.
Thanks!