~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/utf8/utf8.h

  • Committer: Stewart Smith
  • Date: 2010-11-03 03:30:27 UTC
  • mto: (1902.1.1 build) (1910.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1903.
  • Revision ID: stewart@flamingspork.com-20101103033027-lskb6gxwwforfz71
fix docs warning: underline/overline too short for replace.rst

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
{