Struct encoding::codec::tradchinese::BigFive2003EncoderUnstable
[-]
[+]
[src]
pub struct BigFive2003Encoder;
An encoder for Big5-2003.
pub struct BigFive2003Encoder;
An encoder for Big5-2003.
impl BigFive2003Encoder
impl Encoder for BigFive2003Encoder
fn from_self(&self) -> Box<Encoder>
fn is_ascii_compatible(&self) -> bool
fn raw_feed(&mut self, input: &str, output: &mut ByteWriter) -> (uint, Option<CodecError>)
fn raw_finish(&mut self, _output: &mut ByteWriter) -> Option<CodecError>
impl Clone for BigFive2003Encoder
fn clone(&self) -> BigFive2003Encoder
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).