mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #1522] [MERGED] [FIX] encoding of solid block in latin-1 and unicode #2246
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1522
Author: @elbertronnie
Created: 3/29/2023
Status: ✅ Merged
Merged: 3/30/2023
Merged by: @cfsmp3
Base:
master← Head:fix-encoding-solid-block📝 Commits (3)
fbdd6e7Fix encoding of solid block in latin1 and unicode23253c4mention in CHANGES.TXTdf8b138Add missing break📊 Changes
2 files changed (+7 additions, -0 deletions)
View changed files
📝
docs/CHANGES.TXT(+1 -0)📝
src/lib_ccx/ccx_common_char_encoding.c(+6 -0)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
The solid block character in Line-21 encoding (
0x7f) is correctly encoded when converted to UTF-8 asE2 96 A0(which isU+25A0). But this character is missing in the conversion to latin-1 and unicode.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.