mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[GH-ISSUE #188] Upload of filenames containing accents not working #150
Labels
No labels
2.1
3.0
3.0.1
3.0.2
3.0.3
3.0.3
3.1
3.2
3.2
3.3
3.5
3.x
Fixed. Waiting for feedback.
Fixed. Waiting for feedback.
UX
Version 2.1 - alpha
XSS
announcement
beta
blocker
bug
cannot reproduce
confirmed
confirmed
critical
demo
dependencies
deployment
detchnical debt
discussion
docker
documentation
donations
duplicate
enhancement
feature request
frontend
fundraising
good first issue
good issue
help wanted
high
implemented
important
improvement
incomplete
invalid
investigation
kubernetes
low
low impact
medium
medium
medium impact
migration from 2.0
migration from 2.1
missing-language
missing-ocr-language
no-activity
note
ocr
outofscope
packaging
performance
popular request
pull-request
pypi
question
raspberry pi
roadmap
search
security
setup
status
task
technical debt
updates
user xp
version 1.4.0 - demo
will be implemented
will not be implemented
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/papermerge#150
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @Goliath67 on GitHub (Oct 22, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/188
Originally assigned to: @ciur on GitHub.
I would think this problem is papermerge rather than the docker image so I am submitting the issue here
Description
I am living in France so many filenames use é, è, à etc as accented characters.
Files are not uploaded if the filename contains accented characters.
Is this related to the use of SQLite (default) or other?
Info:
@ciur commented on GitHub (Oct 23, 2020):
Hi @Goliath67, thank you for opening this issue.
Application definitely works with Russian cyrillic and I saw it managed to upload (on demo site) even filenames with Japanese characters - thus it sounds unlikely to have a problem specifically with french accented characters.
I would help to investigate your issue if you can mention filename or (even better) a sample of problematic file.
@Goliath67 commented on GitHub (Oct 23, 2020):
Hi,
I just tried uploading the file to the demo website and it does indeed work correctly!
So would it be a problem because of using SQLite (default install) rather than MariaDB?
Or is it a problem I should rather transfer to the docker image github page?
@ciur commented on GitHub (Oct 23, 2020):
SQLite by default works with character UTF-8 encodings as expected (i.e. works with french é, è, à characters).
My suggestion is to open a bug to whatever docker image provider you use (or whomever packages Papermerge application for you).
@Goliath67 commented on GitHub (Oct 23, 2020):
OK Many thanks.
@l4rm4nd commented on GitHub (Nov 29, 2020):
Same issue for German umlauts. File can be uploaded, but PDF rendering breaks.
https://github.com/linuxserver/docker-papermerge/issues/16#issuecomment-735427190
@ciur commented on GitHub (Feb 22, 2021):
@l4rm4nd is still the case? I saw that ticket was closed on linuxserver's side. It is ok to close the ticket here as well?
imho this issue is related to docker packaging, has nothing to do with application code.
@l4rm4nd commented on GitHub (Feb 22, 2021):
I also think this was a bug in the docker image itself provided by linuxserver. Can be closed from my side!
Newest Papermerge 1.5.5 works like a charm. No accents bugs.
@ciur commented on GitHub (Feb 22, 2021):
@l4rm4nd danke!