MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / CHARSET_ENTRY

Function CHARSET_ENTRY

src/intl/cs_narrow.cpp:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51CHARSET_ENTRY(CS_iso_ISO8859_1)
52{
53#include "../intl/charsets/cs_iso8859_1.h"
54
55 common_8bit_init(csptr, "ISO88591", to_unicode_map,
56 from_unicode_mapping_array, from_unicode_map);
57 CHARSET_RETURN;
58}
59
60CHARSET_ENTRY (CS_iso_ISO8859_2)
61{

Callers

nothing calls this directly

Calls 1

common_8bit_initFunction · 0.85

Tested by

no test coverage detected