summaryrefslogtreecommitdiff
path: root/ucp.h
diff options
context:
space:
mode:
authorchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-09-30 18:20:10 +0000
committerchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-09-30 18:20:10 +0000
commitf16304072b2fb5a95aae43a59d9f3537ae0b0052 (patch)
treec356e6176fcbbcbe5b91ffe6bc386356155a9c2a /ucp.h
parent3d364d6ac845a11ef1f04c07ddd48911a5117bc0 (diff)
downloadpcre-f16304072b2fb5a95aae43a59d9f3537ae0b0052.tar.gz
unicode: Update to Unicode 6.2
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1050 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ucp.h')
-rw-r--r--ucp.h25
1 files changed, 13 insertions, 12 deletions
diff --git a/ucp.h b/ucp.h
index cf79b31..4545ed9 100644
--- a/ucp.h
+++ b/ucp.h
@@ -65,18 +65,19 @@ assumes that the values are less than 16. If more values are added that take
the number to 16 or more, the code will have to be rewritten. */
enum {
- ucp_gbCR, /* 0 */
- ucp_gbLF, /* 1 */
- ucp_gbControl, /* 2 */
- ucp_gbExtend, /* 3 */
- ucp_gbPrepend, /* 4 */
- ucp_gbSpacingMark, /* 5 */
- ucp_gbL, /* 6 Hangul syllable type L */
- ucp_gbV, /* 7 Hangul syllable type V */
- ucp_gbT, /* 8 Hangul syllable type T */
- ucp_gbLV, /* 9 Hangul syllable type LV */
- ucp_gbLVT, /* 10 Hangul syllable type LVT */
- ucp_gbOther /* 11 */
+ ucp_gbCR, /* 0 */
+ ucp_gbLF, /* 1 */
+ ucp_gbControl, /* 2 */
+ ucp_gbExtend, /* 3 */
+ ucp_gbPrepend, /* 4 */
+ ucp_gbSpacingMark, /* 5 */
+ ucp_gbL, /* 6 Hangul syllable type L */
+ ucp_gbV, /* 7 Hangul syllable type V */
+ ucp_gbT, /* 8 Hangul syllable type T */
+ ucp_gbLV, /* 9 Hangul syllable type LV */
+ ucp_gbLVT, /* 10 Hangul syllable type LVT */
+ ucp_gbRegionalIndicator, /* 11 */
+ ucp_gbOther /* 12 */
};
/* These are the script identifications. */