~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/utf8.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
this Software without prior written authorization of the copyright holder.
31
31
*/
32
32
 
33
 
#ifndef MYSTRINGS_UTF8_H
34
 
#define MYSTRINGS_UTF8_H
 
33
#ifndef DRIZZLED_INTERNAL_UTF8_H
 
34
#define DRIZZLED_INTERNAL_UTF8_H
35
35
 
36
36
/**
37
37
 * Does this code unit (byte) encode a code point by itself (US-ASCII 0..0x7f)?
82
82
 */
83
83
#define U8_MAX_LENGTH 4
84
84
 
85
 
#endif /* MYSTRINGS_UTF8_H */
 
85
#endif /* DRIZZLED_INTERNAL_UTF8_H */