Skip to content
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

【bug】 UnicodeEncodeError error #240

Open
skybambler opened this issue Jan 1, 2025 · 2 comments
Open

【bug】 UnicodeEncodeError error #240

skybambler opened this issue Jan 1, 2025 · 2 comments

Comments

@skybambler
Copy link

UnicodeEncodeError: 'gbk' codec can't encode character '\U0001f4a1'

UnicodeEncodeError: 'gbk' codec can't encode character '\u2022'

@weyCC81
Copy link

weyCC81 commented Jan 4, 2025

UnicodeEncodeError: 'charmap' codec can't encode character '\u202f' in position 44138: character maps to

narrow non-breaking space (\u202F)

UnicodeEncodeError: 'charmap' codec can't encode character '\u200b' in position 121523: character maps to

zero-width space (ZWSP)

@drolander
Copy link

drolander commented Jan 7, 2025

I have a similar issue.

UnicodeEncodeError: 'charmap' codec can't encode character '\ufb01' in position 4488: character maps to <undefined>

Attempted to convert pdf to markdown. English language.

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

No branches or pull requests

3 participants