The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
EncodingScheme.canEncode
std
encoding
EncodingScheme
Returns true if the character c can be represented in this encoding scheme.
class
EncodingScheme
const abstract
bool
canEncode
(
dchar
c
)
Meta
Source
See Implementation
std
encoding
EncodingScheme
functions
canEncode
count
decode
encode
encodedLength
firstSequence
index
isValid
names
safeDecode
sanitize
toString
validLength
properties
replacementSequence
static functions
create
register
Returns true if the character c can be represented in this encoding scheme.