summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLCharacterSet.h
blob: 51771fe77a1402117fd2b423bfbc7babec977c56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//  SDLCharacterSet.h
//


#import "SDLEnum.h"

/**
 * Character sets supported by SDL. Used to describe text field capabilities.
 *
 * @since SDL 1.0
 */
typedef SDLEnum SDLCharacterSet SDL_SWIFT_ENUM;

/**
 Character Set Type 2
 */
extern SDLCharacterSet const SDLCharacterSetType2;

/**
 Character Set Type 5
 */
extern SDLCharacterSet const SDLCharacterSetType5;

/**
 Character Set CID1
 */
extern SDLCharacterSet const SDLCharacterSetCID1;

/**
 Character Set CID2
 */
extern SDLCharacterSet const SDLCharacterSetCID2;