File: unicode_casefold_table.h.tmpl

package info (click to toggle)
ruby-character-set 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 416 kB
  • sloc: ansic: 2,597; ruby: 1,290; makefile: 7; sh: 4
file content (11 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
// THIS FILE IS GENERATED BY $ rake sync_casefold_data - DO NOT EDIT
// -*-C-*-

typedef struct casefold_mapping {
  unsigned long from;
  unsigned long to;
} casefold_mapping;

#define CASEFOLD_COUNT 0

static const casefold_mapping unicode_casefold_table[CASEFOLD_COUNT] = {};