java - How to name resource file in android other than english -


i want name resource file レオウ.png (japanese). however, there error when loading resource. wonder if there way can that.

all resources id'd r.java. r.java must conform programming nomenclature standards because, well, it's java source code. resource name violates because identifiers can composed of _, a..z, a..z , 0..9 characters (and can't start digit). wouldn't create variable japanese kanji name, likewise can't resource file, because need access through r.java (r.drawable.xxx).


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -