~ubuntu-branches/ubuntu/saucy/9base/saucy

« back to all changes in this revision

Viewing changes to lib9/utf.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2010-06-04 17:22:03 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100604172203-ei85j0da495sr8ut
Tags: 1:6-1
* Adding Kai as co-maintainer.
* Merging upstream version 6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        UTFmax          = 3,            /* maximum bytes per rune */
12
12
        Runesync        = 0x80,         /* cannot represent part of a UTF sequence (<) */
13
13
        Runeself        = 0x80,         /* rune and UTF sequences are the same (<) */
14
 
        Runeerror       = 0xFFFD                /* decoding error in UTF */
 
14
        Runeerror       = 0xFFFD,               /* decoding error in UTF */
 
15
        Runemax = 0x10FFFF      /* maximum rune value */
15
16
};
16
17
 
17
18
/* Edit .+1,/^$/ | cfn $PLAN9/src/lib9/utf/?*.c | grep -v static |grep -v __ */