~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/utf8.h

  • Committer: Monty Taylor
  • Date: 2009-12-23 21:16:15 UTC
  • mto: This revision was merged to the branch mainline in revision 1253.
  • Revision ID: mordred@inaugust.com-20091223211615-2d86z9aqztotcqb8
Moved remaining non-public portions of mysys and mystrings to drizzled/internal.

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 */