cs_icu.cpp (Firebird-3.0.2.32703-0.tar.bz2) | : | cs_icu.cpp (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 31 | skipping to change at line 31 | |||
* and all contributors signed below. | * and all contributors signed below. | |||
* | * | |||
* All Rights Reserved. | * All Rights Reserved. | |||
* Contributor(s): ______________________________________. | * Contributor(s): ______________________________________. | |||
*/ | */ | |||
#include "firebird.h" | #include "firebird.h" | |||
#include "../intl/ldcommon.h" | #include "../intl/ldcommon.h" | |||
#include "cs_icu.h" | #include "cs_icu.h" | |||
#include "cv_icu.h" | #include "cv_icu.h" | |||
#include <unicode/ucnv.h> | ||||
#include "../common/unicode_util.h" | #include "../common/unicode_util.h" | |||
static void charset_destroy(charset* cs) | static void charset_destroy(charset* cs) | |||
{ | { | |||
delete[] const_cast<ASCII*>(cs->charset_name); | delete[] const_cast<ASCII*>(cs->charset_name); | |||
delete[] const_cast<BYTE*>(cs->charset_space_character); | delete[] const_cast<BYTE*>(cs->charset_space_character); | |||
} | } | |||
bool CSICU_charset_init(charset* cs, | bool CSICU_charset_init(charset* cs, | |||
const ASCII* charSetName) | const ASCII* charSetName) | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added |