Struct encoding::codec::tradchinese::BigFive2003HKSCS2008DecoderUnstable [-]  [+] [src]

pub struct BigFive2003HKSCS2008Decoder {
    // some fields omitted
}

A decoder for Big5-2003 with HKSCS-2008 extension.

Methods

impl BigFive2003HKSCS2008Decoder

fn new() -> Box<Decoder>

Trait Implementations

impl Decoder for BigFive2003HKSCS2008Decoder

fn from_self(&self) -> Box<Decoder>

fn is_ascii_compatible(&self) -> bool

fn raw_feed(&mut self, input: &[u8], output: &mut StringWriter) -> (uint, Option<CodecError>)

fn raw_finish(&mut self, output: &mut StringWriter) -> Option<CodecError>

Derived Implementations

impl Clone for BigFive2003HKSCS2008Decoder

fn clone(&self) -> BigFive2003HKSCS2008Decoder

fn clone_from(&mut self, source: &Self)