Fix a bug in the ``compiler`` package that caused invalid code to be
[python/dscho.git] / Lib / plat-mac / Carbon / CoreFoundation.py
blob8d9c894641b7c162b734c9fd4171d8a17b2bfabc
1 # Generated from 'CFBase.h'
3 def FOUR_CHAR_CODE(x): return x
4 kCFCompareLessThan = -1
5 kCFCompareEqualTo = 0
6 kCFCompareGreaterThan = 1
7 kCFNotFound = -1
8 kCFPropertyListImmutable = 0
9 kCFPropertyListMutableContainers = 1
10 kCFPropertyListMutableContainersAndLeaves = 2
11 # kCFStringEncodingInvalidId = (long)0xFFFFFFFF
12 kCFStringEncodingMacRoman = 0
13 kCFStringEncodingWindowsLatin1 = 0x0500
14 kCFStringEncodingISOLatin1 = 0x0201
15 kCFStringEncodingNextStepLatin = 0x0B01
16 kCFStringEncodingASCII = 0x0600
17 kCFStringEncodingUnicode = 0x0100
18 kCFStringEncodingUTF8 = 0x08000100
19 kCFStringEncodingNonLossyASCII = 0x0BFF
20 kCFCompareCaseInsensitive = 1
21 kCFCompareBackwards = 4
22 kCFCompareAnchored = 8
23 kCFCompareNonliteral = 16
24 kCFCompareLocalized = 32
25 kCFCompareNumerically = 64
26 kCFURLPOSIXPathStyle = 0
27 kCFURLHFSPathStyle = 1
28 kCFURLWindowsPathStyle = 2