Skip to content

fix: Resolve /C... char representation to proper ASCII #141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

cau-bot
Copy link

@cau-bot cau-bot commented Jun 24, 2025

Fixes #140

Copy link
Contributor

github-actions bot commented Jun 24, 2025

DCO Check Failed

Hi @cau-bot, your pull request has failed the Developer Certificate of Origin (DCO) check.

This repository supports remediation commits, so you can fix this without rewriting history — but you must follow the required message format.


🛠 Quick Fix: Add a remediation commit

Run this command:

git commit --allow-empty -s -m "DCO Remediation Commit for cau-bot <[email protected]>

I, cau-bot <[email protected]>, hereby add my Signed-off-by to this commit: 60c9df5fd7f9b0072f3ea1ac76ac8396938f1faa
I, cau-bot <[email protected]>, hereby add my Signed-off-by to this commit: b5ceabc5878d296693d90ddb1006310455f78cba
I, cau-bot <[email protected]>, hereby add my Signed-off-by to this commit: 2a2b20dc24d24c9f006d7dfafea8f870d516088e
I, cau-bot <[email protected]>, hereby add my Signed-off-by to this commit: 14a2204fcb44996d03275edc028deca5ab886bc0
I, cau-bot <[email protected]>, hereby add my Signed-off-by to this commit: 7555ed30e096752701ac8db4becb57475dde08e6"
git push

🔧 Advanced: Sign off each commit directly

For the latest commit:

git commit --amend --signoff
git push --force-with-lease

For multiple commits:

git rebase --signoff origin/main
git push --force-with-lease

More info: DCO check report

Copy link

mergify bot commented Jun 24, 2025

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?(!)?:

@cau-git cau-git requested a review from PeterStaar-IBM June 24, 2025 12:06
I, cau-bot <[email protected]>, hereby add my Signed-off-by to this commit: 60c9df5
I, cau-bot <[email protected]>, hereby add my Signed-off-by to this commit: b5ceabc
I, cau-bot <[email protected]>, hereby add my Signed-off-by to this commit: 2a2b20d
I, cau-bot <[email protected]>, hereby add my Signed-off-by to this commit: 14a2204
I, cau-bot <[email protected]>, hereby add my Signed-off-by to this commit: 7555ed3

Signed-off-by: Christoph Auer <[email protected]>
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.

Docling Conversion outputs ASCII codes instead of text
2 participants