Skip to content

Instantly share code, notes, and snippets.

@kirs
Created August 31, 2011 19:43
Show Gist options
  • Save kirs/1184502 to your computer and use it in GitHub Desktop.
Save kirs/1184502 to your computer and use it in GitHub Desktop.
Czech symbols mapping for Sphinx
index test
{
# your config
charset_table = 0..9, A..Z->a..z, _, a..z, a..z, \
U+e1->a, U+c1->a, U+10d->c, U+10c->c, U+10f->d, U+10e->d, \
U+0e9->e, U+0c9->e, U+11b->e, U+11a->e, U+0ed->i, U+0cd->i, \
U+148->n, U+147->n, U+f3->o, U+d3->o, U+159->r, U+158->r, \
U+161->s, U+160->s, U+165->t, U+164->t, U+fa->u, U+da->u, \
U+16f->u, U+16e->u, U+fd->y, U+dd->y, U+17e->z, U+17d->z
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment