Go to the source code of this file.
Classes | |
struct | Unicode |
Functions | |
class | Into (T) |
class | From (T) |
alias Into!(char) IntoUtf8; | |
Variables | |
module mango convert | Unicode |
import mango convert | Utf |
import mango convert | Type |
|
Convert from an external coding of 'type' to an internally normalized representation of T. T refers to the destination, whereas 'type' refers to the source. Definition at line 85 of file Copy of Unicode.d. References convert(), Into(), type(), and Utf. Referenced by importer(), importer1(), Into(), and MutableStringTemplate(). |
|
alias Into!(char) IntoUtf8; Convert to an external coding of 'type' from an internally normalized representation of T. T refers to the source, whereas 'type' refers to the destination. Definition at line 166 of file Copy of Unicode.d. References convert(), From(), type(), and Utf. Referenced by exporter(), exporter1(), From(), and type(). |
|
Definition at line 40 of file Copy of Unicode.d. |
|
Definition at line 42 of file Copy of Unicode.d. |
|
Definition at line 43 of file Copy of Unicode.d. |