Encoding now refers to tinyendian.
This commit is contained in:
parent
13f2e5c125
commit
45a59aba85
|
@ -1,5 +1,4 @@
|
||||||
|
// Copyright Ferdinand Majerech 2014.
|
||||||
// Copyright Ferdinand Majerech 2011.
|
|
||||||
// Distributed under the Boost Software License, Version 1.0.
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// http://www.boost.org/LICENSE_1_0.txt)
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
@ -7,13 +6,6 @@
|
||||||
module dyaml.encoding;
|
module dyaml.encoding;
|
||||||
|
|
||||||
|
|
||||||
///Text encodings supported by D:YAML.
|
import tinyendian;
|
||||||
enum Encoding : ubyte
|
|
||||||
{
|
alias Encoding = tinyendian.UTFEncoding;
|
||||||
///Unicode UTF-8
|
|
||||||
UTF_8,
|
|
||||||
///Unicode UTF-16
|
|
||||||
UTF_16,
|
|
||||||
///Unicode UTF-32
|
|
||||||
UTF_32
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue