Struct encoding::codec::japanese::Windows31JEncoderUnstable [-]  [+] [src]

pub struct Windows31JEncoder;

An encoder for Shift_JIS with IBM/NEC extensions.

Methods

impl Windows31JEncoder

fn new() -> Box<Encoder>

Trait Implementations

impl Encoder for Windows31JEncoder

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>

Derived Implementations

impl Clone for Windows31JEncoder

fn clone(&self) -> Windows31JEncoder

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