~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to Headers/Additions/GNUstepBase/unicode/cop.h

Tags: upstream-1.11.2
ImportĀ upstreamĀ versionĀ 1.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* COP table */
 
2
/*
 
3
  Copyright (C) 2005 Free Software Foundation
 
4
 
 
5
  Copying and distribution of this file, with or without modification,
 
6
  are permitted in any medium without royalty provided the copyright
 
7
  notice and this notice are preserved.
 
8
*/
 
9
 
2
10
 
3
11
struct _cop_ {unichar code; unsigned char cop;};
4
12
const unsigned int uni_cop_table_size = 355;