summaryrefslogtreecommitdiff
path: root/data/english.awk
Commit message (Collapse)AuthorAgeFilesLines
* Update english.awkPeng Wu2023-03-061-3/+3
|
* build: fix awk scripts to work properly when used againts sqlite 3.41.0Dominique Leuenberger2023-02-271-4/+4
| | | | | | | | | | The SQL standard requires double-quotes around identifiers and single-quotes around string literals. For example: "this is a legal SQL column name" 'this is an SQL string literal' With sqlite 3.41.0, this is being enforced on the CLI
* write strokes.awkPeng Wu2012-07-181-3/+3
|
* add English EditorPeng Wu2011-04-221-0/+25
to speed up English input BUG=none TEST=build fine Review URL: http://codereview.appspot.com/4200041 Patch from Peng Wu <alexepico@gmail.com>.