We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Device Information (please complete the following information):
[e.g., chrome, safari]
[e.g., v2.9.0]
Command with arguments
version: "3" services: elasticsearch: image: elasticsearch:7.17.9 container_name: elastic restart: unless-stopped environment: - "discovery.type=single-node" - "ES_JAVA_OPTS=-Xms2g -Xmx2g" - "ingest.geoip.downloader.enabled=false" deploy: resources: limits: memory: 2g sist2-admin: image: simon987/sist2:3.1.0-x64-linux container_name: sist2 restart: unless-stopped volumes: - /sist2/data:/sist2-admin - "/books:/host/books" - "/host/books/notes" # exclude - "/books/notes:/host/notes" ports: - 4090:4090 # sist2 - 4091:8080 # sist2-admin working_dir: /root/sist2-admin/ entrypoint: python3 /root/sist2-admin/sist2_admin/app.py deploy: resources: limits: memory: 512m
Describe the bug
I have txt files with cyrillic chars in utf8, but when i open it by link in sist2, i see broken encoding. Link like: http://ip:port/f/hash1/hash2
http://ip:port/f/hash1/hash2
Steps To Reproduce Please be specific!
Expected behavior
I should see normal cyrillic letters.
Actual Behavior
I see this:
2021 ГЛÐ�Ð’Ð� 1 Ðмоции в разных культурах ÐмоциÑ� - Ñ�то процеÑ�Ñ�, ...
Screenshots
Additional context
On the main page of the web UI cyrillic letters are not broken.
The text was updated successfully, but these errors were encountered:
is /books local or a network mount?
/books
Sorry, something went wrong.
/books is a local dir.
242dd67
Thanks for the bug report, this has been fixed in 242dd67 and will be published in the next version
No branches or pull requests
Device Information (please complete the following information):
[e.g., chrome, safari]
[e.g., v2.9.0]
Command with arguments
Describe the bug
I have txt files with cyrillic chars in utf8, but when i open it by link in sist2, i see broken encoding.
Link like:
http://ip:port/f/hash1/hash2
Steps To Reproduce
Please be specific!
Expected behavior
I should see normal cyrillic letters.
Actual Behavior
I see this:
Screenshots
Additional context
On the main page of the web UI cyrillic letters are not broken.
The text was updated successfully, but these errors were encountered: