added: namespace PT, global Makefile file
git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@374 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
12
utf8/utf8.h
12
utf8/utf8.h
@@ -1,11 +1,11 @@
|
||||
/*
|
||||
* This file is a part of EZC -- Easy templating in C++
|
||||
* This file is a part of PikoTools
|
||||
* and is distributed under the (new) BSD licence.
|
||||
* Author: Tomasz Sowa <t.sowa@ttmath.org>
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2010-2011, Tomasz Sowa
|
||||
* Copyright (c) 2010-2012, Tomasz Sowa
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -35,14 +35,14 @@
|
||||
* THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef headerfile_ezc_utf8
|
||||
#define headerfile_ezc_utf8
|
||||
#ifndef headerfile_picotools_utf8_utf8
|
||||
#define headerfile_picotools_utf8_utf8
|
||||
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
|
||||
|
||||
namespace Ezc
|
||||
namespace PT
|
||||
{
|
||||
|
||||
/*!
|
||||
@@ -104,7 +104,7 @@ bool WideToUTF8(const std::wstring & wide_string, std::ostream & u
|
||||
|
||||
|
||||
|
||||
} // namespace Ezc
|
||||
} // namespace
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user