GitXplorerGitXplorer
t

Cangjie-Database-Builder

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
38157e1facd265383b94ff0c1ea6fdf1776feeb3

Update README.md

ttsekityam committed 8 years ago
Unverified
869a92dc8996aa0d0947b24f689cfa2a5dca62b3

Update README.md

ttsekityam committed 8 years ago
Unverified
5f5e70ea0632526ee57a9363a89cc1b1709ebc5c

Add project files

ttsekityam committed 8 years ago
Unverified
fb672312133b2e3a440ab66f2aa201bc54c44646

Initial commit

ttsekityam committed 8 years ago

README

The README file for this repository.

Cangjie-Database-Builder

A simple C program for building a SQLite3 database that contains cangjie code mapping. The database is optimized to get the input code from a given Chinese character.

This project is forked from libcanjie. Anything but cangjie table files and the code for building a database from the table are removed becasue this project focuses on building database only.

How to build

$ gcc -o dbbuilder dbbuilder.c -lsqlite3 

How to use

$ ./dbbuilder table.txt cangjie.db