Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@gitlost
Copy link
Contributor

@gitlost gitlost commented Oct 25, 2025

  • update libzint to latest head and update "stubs.c" for new zint_ prefix
  • add utf8Cache string vector field to Content, setting in CreateBarcode(), for use by Content::render() if not ZXING_READERS
  • move GuessTextEncoding() from "TextDecoder.cpp" to "Content.cpp" - avoids #ifdefs in "TextDecoder.h"
  • use zint equivalents of libzueci in TextEncoder::GetBytes() if ZXING_USE_ZINT

Re: #332 (comment)

 * update libzint to latest head and update "stubs.c" for new
   `zint_` prefix
 * add `utf8Cache` string vector field to `Content`, setting in
   `CreateBarcode()`, for use by `Content::render()` if not
   ZXING_READERS
 * move `GuessTextEncoding()` from "TextDecoder.cpp" to
   "Content.cpp" - avoids `#ifdef`s in "TextDecoder.h"
 * use zint equivalents of libzueci in `TextEncoder::GetBytes()` if
   ZXING_USE_ZINT
@axxel axxel merged commit 774bd4d into zxing-cpp:master Oct 29, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants