~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/utf8/utf8.h

  • Committer: Brian Aker
  • Date: 2010-12-08 18:53:46 UTC
  • mto: This revision was merged to the branch mainline in revision 1983.
  • Revision ID: brian@tangent.org-20101208185346-89uak2ofyivk1yss
Update schema, make sure that it always ruturns a valid string (it just
makes the entire interface simpler to use).

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
  along with this program; if not, write to the Free Software
17
17
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 
19
 
  Copyright (C) 1995-2006 International Business Machines Corporation and others
 
19
  Copyright (c) 1995-2006 International Business Machines Corporation and others
20
20
 
21
21
  All rights reserved.
22
22
 
49
49
 
50
50
#include <string>
51
51
 
52
 
#include <drizzled/utf8/checked.h>
53
 
#include <drizzled/utf8/unchecked.h>
 
52
#include "drizzled/utf8/checked.h"
 
53
#include "drizzled/utf8/unchecked.h"
54
54
 
55
55
namespace drizzled
56
56
{