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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Accidentally removed line
  • Loading branch information
StanFromIreland authored Oct 14, 2025
commit e868a2aa5766509029aac6caa1516bcb1ede4aae
1 change: 1 addition & 0 deletions Modules/cjkcodecs/_codecs_iso2022.c
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,7 @@ jisx0213_encoder(const MultibyteCodec *codec, const Py_UCS4 *data,
}
}
/* fall through */
Comment thread
StanFromIreland marked this conversation as resolved.

case -1: /* flush unterminated */
*length = 1;
coded = find_pairencmap((ucs2_t)data[0], 0,
Expand Down
Loading