futokb/java
Tadashi G. Takaoka 5852a2594f Parse escaped sequence strictly in CSV parser
This change alters the CSV parser behavior. The parser only resolves
  * String resource reference. ["@string/res" -> "<content_of_res>"]
  * Other occurrence of escape sequence will be intact. ["\x" -> "\x"]

Before this change, escape sequence in moreKeys string is parsed three
times. At first in parsing string resource, next in CSV parser, and at
last in KeySpecParser. So that representing single escape character
itself is a bit annoying, "\\\\\\\\".

Now we can represent single escape character itself in string resource by "\\\\".

Change-Id: Ib978e17b779cc82585eed8241ac3857508b14bc7
2012-02-02 20:19:26 +09:00
..
res Parse escaped sequence strictly in CSV parser 2012-02-02 20:19:26 +09:00
src/com/android/inputmethod Parse escaped sequence strictly in CSV parser 2012-02-02 20:19:26 +09:00
Android.mk Add comments along with Ic108f301 2012-01-24 11:31:21 +09:00
AndroidManifest.xml Change the application name of aosp latin ime 2012-01-12 14:27:22 +09:00
MODULE_LICENSE_APACHE2
NOTICE
proguard.flags Fix proguard.flags to keep method for testing 2012-01-10 17:19:01 +09:00