Function xml5ever::encoding::label::encoding_from_windows_code_page [] [src]

pub fn encoding_from_windows_code_page(
    cp: usize
) -> Option<&'static Encoding + 'static + Send + Sync>

Returns an encoding from Windows code page number. http://msdn.microsoft.com/en-us/library/windows/desktop/dd317756%28v=vs.85%29.aspx Sometimes it can return a superset of the requested encoding, e.g. for several CJK encodings.