/* WARNING: This file was generated by dkct. Changes you make here will be lost if dkct is run again! You should modify the original source and run dkct on it. Original source: dk4recwx.cpt */ /* Copyright (C) 2015-2017, Dirk Krause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above opyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the author nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** @file dk4recwx.cpp The dk4recwx module. */ #line 159 "dk4recwx.cpt" #include "dk4recwx.h" #include "dk4rec.h" #include "dk4enc.h" #line 167 "dk4recwx.cpt" int dk4recwx_dkchar_to_wxchar( wxChar *dptr, size_t dsz, int de, const dkChar *sptr, int se, dk4_er_t *erp ) { int back = 0; if ((NULL != dptr) && (NULL != sptr) && (0 < dsz)) { #if DK4_SIZEOF_WXCHAR > 1 #if DK4_SIZEOF_WXCHAR > 2 /* +++++ wxChar=4 */ #if DK4_CHAR_SIZE > 1 #if DK4_CHAR_SIZE > 2 /* +++++ wxChar=4 dkChar=4 */ back = dk4str_cpy_s((dkChar *)dptr, dsz, sptr, erp); /* ----- wxChar=4 dkChar=4 */ #else /* +++++ wxChar=4 dkChar=2 */ back = dk4recode_utf16_to_c32((dk4_c32_t *)dptr, dsz, (dk4_c16_t *)sptr, erp); /* ----- wxChar=4 dkChar=2 */ #endif #else /* +++++ wxChar=4 dkChar=1 */ switch (se) { case DK4_ENCODING_UTF8 : { back = dk4recode_utf8_to_c32((dk4_c32_t *)dptr, dsz, sptr, erp); } break; case DK4_ENCODING_ANSI : { back = dk4recode_ansi_to_c32((dk4_c32_t *)dptr, dsz, sptr, erp); } break; default : { /* ASCII */ back = dk4recode_ascii_to_c32((dk4_c32_t *)dptr, dsz, sptr, erp); } break; } /* ----- wxChar=4 dkChar=1 */ #endif /* ----- wxChar=4 */ #else /* +++++ wxChar=2 */ #if DK4_CHAR_SIZE > 1 #if DK4_CHAR_SIZE > 2 /* +++++ wxChar=2 dkChar=4 */ back = dk4recode_c32_to_utf16((dk4_c16_t *)dptr, dsz, (dk4_c32_t *)sptr, erp); /* ----- wxChar=2 dkChar=4 */ #else /* +++++ wxChar=2 dkChar=2 */ back = dk4str_cpy_s((dkChar *)dptr, dsz, sptr, erp); /* ----- wxChar=2 dkChar=2 */ #endif #else /* +++++ wxChar=2 dkChar=1 */ switch (se) { case DK4_ENCODING_UTF8 : { back = dk4recode_utf8_to_utf16((dk4_c16_t *)dptr, dsz, sptr, erp); } break; case DK4_ENCODING_ANSI : { back = dk4recode_ansi_to_utf16((dk4_c16_t *)dptr, dsz, sptr, erp); } break; default : { /* ASCII */ back = dk4recode_ascii_to_utf16((dk4_c16_t *)dptr, dsz, sptr, erp); } break; } /* ----- wxChar=2 dkChar=1 */ #endif /* ----- wxChar=2 */ #endif #else /* +++++ wxChar=1 */ #if DK4_CHAR_SIZE > 1 #if DK4_CHAR_SIZE > 2 /* +++++ wxChar=1 dkChar=4 */ switch (de) { case DK4_ENCODING_UTF8 : { back = dk4recode_c32_to_utf8(dptr, dsz, (dk4_c32_t *)sptr, erp); } break; case DK4_ENCODING_ANSI : { back = dk4recode_c32_to_ansi(dptr, dsz, (dk4_c32_t *)sptr, erp); } break; default : { /* ASCII */ back = dk4recode_c32_to_ascii(dptr, dsz, (dk4_c32_t *)sptr, erp); } break; } /* ----- wxChar=1 dkChar=4 */ #else /* +++++ wxChar=1 dkChar=2 */ switch (de) { case DK4_ENCODING_UTF8 : { back = dk4recode_utf16_to_utf8(dptr, dsz, (dk4_c16_t *)sptr, erp); } break; case DK4_ENCODING_ANSI : { back = dk4recode_utf16_to_ansi(dptr, dsz, (dk4_c16_t *)sptr, erp); } break; default : { /* ASCII */ back = dk4recode_utf16_to_ascii(dptr, dsz, (dk4_c16_t *)sptr, erp); } break; } /* ----- wxChar=1 dkChar=2 */ #endif #else /* +++++ wxChar=1 dkChar=1 */ back = dk4str_cpy_s(dptr, dsz, sptr, erp); /* ----- wxChar=1 dkChar=1 */ #endif /* ----- wxChar=1 */ #endif } else { dk4error_set_simple_error_code(erp, DK4_E_INVALID_ARGUMENTS); } return back; } int dk4recwx_wxchar_to_dkchar( dkChar *dptr, size_t dsz, int de, const wxChar *sptr, int se, dk4_er_t *erp ) { int back = 0; #line 305 "dk4recwx.cpt" if ((NULL != dptr) && (NULL != sptr) && (0 < dsz)) { #if DK4_SIZEOF_WXCHAR > 1 #if DK4_SIZEOF_WXCHAR > 2 /* +++++ wxChar=4 */ #if DK4_CHAR_SIZE > 1 #if DK4_CHAR_SIZE > 2 /* +++++ wxChar=4 dkChar=4 */ #line 314 "dk4recwx.cpt" back = dk4str_cpy_s(dptr, dsz, (dkChar *)sptr, erp); /* ----- wxChar=4 dkChar=4 */ #else /* +++++ wxChar=4 dkChar=2 */ #line 319 "dk4recwx.cpt" back = dk4recode_c32_to_utf16((dk4_c16_t *)dptr, dsz, (dk4_c32_t *)sptr, erp); /* ----- wxChar=4 dkChar=2 */ #endif #else /* +++++ wxChar=4 dkChar=1 */ #line 325 "dk4recwx.cpt" switch (de) { case DK4_ENCODING_UTF8 : { #line 328 "dk4recwx.cpt" back = dk4recode_c32_to_utf8(dptr, dsz, (dk4_c32_t *)sptr, erp); } break; case DK4_ENCODING_ANSI : { #line 332 "dk4recwx.cpt" back = dk4recode_c32_to_ansi(dptr, dsz, (dk4_c32_t *)sptr, erp); } break; default : { /* ASCII */ #line 336 "dk4recwx.cpt" back = dk4recode_c32_to_ascii(dptr, dsz, (dk4_c32_t *)sptr, erp); } break; } /* ----- wxChar=4 dkChar=1 */ #endif /* ----- wxChar=4 */ #else /* +++++ wxChar=2 */ #if DK4_CHAR_SIZE > 1 #if DK4_CHAR_SIZE > 2 /* +++++ wxChar=2 dkChar=4 */ #line 350 "dk4recwx.cpt" back = dk4recode_utf16_to_c32((dk4_c32_t *)dptr, dsz, (dk4_c16_t *)sptr, erp); /* ----- wxChar=2 dkChar=4 */ #else /* +++++ wxChar=2 dkChar=2 */ #line 355 "dk4recwx.cpt" back = dk4str_cpy_s(dptr, dsz, (dkChar *)sptr, erp); /* ----- wxChar=2 dkChar=2 */ #endif #else /* +++++ wxChar=2 dkChar=1 */ #line 361 "dk4recwx.cpt" switch (de) { case DK4_ENCODING_UTF8 : { #line 364 "dk4recwx.cpt" back = dk4recode_utf16_to_utf8(dptr, dsz, (dk4_c16_t *)sptr, erp); } break; case DK4_ENCODING_ANSI : { #line 368 "dk4recwx.cpt" back = dk4recode_utf16_to_ansi(dptr, dsz, (dk4_c16_t *)sptr, erp); } break; default : { /* ASCII */ #line 372 "dk4recwx.cpt" back = dk4recode_utf16_to_ascii(dptr, dsz, (dk4_c16_t *)sptr, erp); } break; } /* ----- wxChar=2 dkChar=1 */ #endif /* ----- wxChar=2 */ #endif #else /* +++++ wxChar=1 */ #if DK4_CHAR_SIZE > 1 #if DK4_CHAR_SIZE > 2 /* +++++ wxChar=1 dkChar=4 */ #line 387 "dk4recwx.cpt" switch (se) { case DK4_ENCODING_UTF8 : { #line 390 "dk4recwx.cpt" back = dk4recode_utf8_to_c32((dk4_c32_t *)dptr, dsz, sptr, erp); } break; case DK4_ENCODING_ANSI : { #line 394 "dk4recwx.cpt" back = dk4recode_ansi_to_c32((dk4_c32_t *)dptr, dsz, sptr, erp); } break; default : { /* ASCII */ #line 398 "dk4recwx.cpt" back = dk4recode_ascii_to_c32((dk4_c32_t *)dptr, dsz, sptr, erp); } break; } /* ----- wxChar=1 dkChar=4 */ #else /* +++++ wxChar=1 dkChar=2 */ #line 405 "dk4recwx.cpt" switch (se) { case DK4_ENCODING_UTF8 : { #line 408 "dk4recwx.cpt" back = dk4recode_utf8_to_utf16((dk4_c16_t *)dptr, dsz, sptr, erp); } break; case DK4_ENCODING_ANSI : { #line 412 "dk4recwx.cpt" back = dk4recode_ansi_to_utf16((dk4_c16_t *)dptr, dsz, sptr, erp); } break; default : { /* ASCII */ #line 416 "dk4recwx.cpt" back = dk4recode_ascii_to_utf16((dk4_c16_t *)dptr, dsz, sptr, erp); } break; } /* ----- wxChar=1 dkChar=2 */ #endif #else /* +++++ wxChar=1 dkChar=1 */ #line 424 "dk4recwx.cpt" back = dk4str8_cpy_s(dptr, dsz, sptr, erp); /* ----- wxChar=1 dkChar=1 */ #endif /* ----- wxChar=1 */ #endif } else { #line 431 "dk4recwx.cpt" dk4error_set_simple_error_code(erp, DK4_E_INVALID_ARGUMENTS); } #line 434 "dk4recwx.cpt" return back; } int dk4recwx_wxchar_to_char( char *dptr, size_t dsz, int de, const wxChar *sptr, int se, dk4_er_t *erp ) { int back = 0; if ((NULL != dptr) && (NULL != sptr) && (0 < dsz)) { switch (de) { case DK4_ENCODING_UTF8 : { #if DK4_SIZEOF_WXCHAR > 1 #if DK4_SIZEOF_WXCHAR > 2 /* +++ wxChar 4 +++ */ back = dk4recode_c32_to_utf8(dptr, dsz, (const dk4_c32_t *)sptr, erp); /* --- wxChar 4 --- */ #else /* +++ wxChar 2 +++ */ back = dk4recode_utf16_to_utf8(dptr, dsz, (const dk4_c16_t *)sptr, erp); /* --- wxChar 2 --- */ #endif #else /* +++ wxChar 1 +++ */ switch (se) { case DK4_ENCODING_UTF8 : { back = dk4str8_cpy_s(dptr, dsz, sptr, erp); } break; case DK4_ENCODING_ANSI : { back = dk4recode_ansi_to_utf8(dptr, dsz, sptr, erp); } break; default : { back = dk4recode_ascii_to_utf8(dptr, dsz, sptr, erp); } break; } /* --- wxChar 1 --- */ #endif } break; case DK4_ENCODING_ANSI : { #if DK4_SIZEOF_WXCHAR > 1 #if DK4_SIZEOF_WXCHAR > 2 /* +++ wxChar 4 +++ */ back = dk4recode_c32_to_ansi(dptr, dsz, (const dk4_c32_t *)sptr, erp); /* --- wxChar 4 --- */ #else /* +++ wxChar 2 +++ */ back = dk4recode_utf16_to_ansi(dptr, dsz, (const dk4_c16_t *)sptr, erp); /* --- wxChar 2 --- */ #endif #else /* +++ wxChar 1 +++ */ switch (se) { case DK4_ENCODING_UTF8 : { back = dk4recode_utf8_to_ansi(dptr, dsz, sptr, erp); } break; case DK4_ENCODING_ANSI : { back = dk4str8_cpy_s(dptr, dsz, sptr, erp); } break; default : { back = dk4recode_ascii_to_ansi(dptr, dsz, sptr, erp); } break; } /* --- wxChar 1 --- */ #endif } break; default : { #if DK4_SIZEOF_WXCHAR > 1 #if DK4_SIZEOF_WXCHAR > 2 /* +++ wxChar 4 +++ */ back = dk4recode_c32_to_ascii(dptr, dsz, (const dk4_c32_t *)sptr, erp); /* --- wxChar 4 --- */ #else /* +++ wxChar 2 +++ */ back = dk4recode_utf16_to_ascii(dptr,dsz,(const dk4_c16_t *)sptr,erp); /* --- wxChar 2 --- */ #endif #else /* +++ wxChar 1 +++ */ switch (se) { case DK4_ENCODING_UTF8 : { back = dk4recode_utf8_to_ascii(dptr, dsz, sptr, erp); } break; case DK4_ENCODING_ANSI : { back = dk4recode_ansi_to_ascii(dptr, dsz, sptr, erp); } break; default : { back = dk4str8_cpy_s(dptr, dsz, sptr, erp); } break; } /* --- wxChar 1 --- */ #endif } break; } } else { dk4error_set_simple_error_code(erp, DK4_E_INVALID_ARGUMENTS); } return back; }