12#ifndef ARCANE_UTILS_ISO88591TRANSCODER_H
13#define ARCANE_UTILS_ISO88591TRANSCODER_H
17#include "arcane/utils/ITranscoder.h"
ISO-8859-1 Transcoder from/to UTF-16.
virtual void transcodeFromUtf16(const UChar *src, Integer src_len, Byte *out)
Translates the source src of length src_len from the UTF-16 format.
virtual void transcodeToUtf16(const Byte *src, Integer src_len, UChar *out)
Translates the source src of length src_len to the UTF-16 format.
Interface of a converter to/from the UTF-16 format.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.
unsigned char Byte
Type of a byte.
unsigned short UChar
Type of a unicode character.