~ubuntu-branches/debian/sid/kexi/sid

« back to all changes in this revision

Viewing changes to src/kexiutils/transliteration_table.h

  • Committer: Package Import Robot
  • Author(s): Pino Toscano
  • Date: 2017-06-24 20:10:10 UTC
  • Revision ID: package-import@ubuntu.com-20170624201010-5lrzd5r2vwthwifp
Tags: upstream-3.0.1.1
ImportĀ upstreamĀ versionĀ 3.0.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Transliteration table of 65535 unicode characters
 
2
   Do not edit this file, it is generated
 
3
   by ./generate_transliteration_table.sh script. */
 
4
 
 
5
#ifndef KEXI_TRANSLITERATION_TABLE_H
 
6
#define KEXI_TRANSLITERATION_TABLE_H
 
7
 
 
8
#define TRANSLITERATION_TABLE_SIZE 65535
 
9
const char* const* transliteration_table();
 
10
 
 
11
#endif