dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
encode
dil
Unicode
Encodes c and appends it to str.
void
encode
(
ref
char
[]
str
,
dchar
c
)
void
encode
(
ref
char
[]
str
,
dchar
c
)
char
[]
encode
(
char
*
p
,
dchar
c
)
void
encode
(
ref
wchar
[]
str
,
dchar
c
)
Meta
Source
See Implementation
dil
Unicode
aliases
toUTF16
toUTF32
toUTF8
enums
UTF16Error
UTF8Error
functions
convertString
decode
decodeUnicodeAlpha
encode
isLeadByte
isNoncharacter
isTrailByte
isUnicodeAlpha
isValidChar
isValidLead
scanUnicodeAlpha
utf16Error
utf8Error
variables
ERROR_CHAR
REPLACEMENT_CHAR
REPLACEMENT_STR
Encodes c and appends it to str.