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

cjk character support #1058

Open
5 tasks done
ykelvis opened this issue Dec 12, 2024 · 1 comment
Open
5 tasks done

cjk character support #1058

ykelvis opened this issue Dec 12, 2024 · 1 comment

Comments

@ykelvis
Copy link

ykelvis commented Dec 12, 2024

Describe the bug

When adding podcast with title in chinese, the paths are replaced with -. In my case I use {title} for podcast and {date} - {title} for episode.

image

Reproduction

Add a chinese show, example: "燕外之意". Then check the files.

System Info

archlinux with docker


  podfetch:
    image: samuel19982/podfetch:latest
    user: 1000:1000
    ports:
      - "3005:8000"
    volumes:
      - ./podfetch/podcasts:/app/podcasts
      - ./podfetch/db:/app/db
    environment:
      - POLLING_INTERVAL=60
      - SERVER_URL=http://192.168.0.10:3005
      - DATABASE_URL=sqlite:///app/db/podcast.db

Used Package Manager

npm

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.
@bastgau
Copy link
Contributor

bastgau commented Jan 5, 2025

Same issue with some ISO-8859-1 characters for french words.

drwxr-xr-x  2 root root 4096 Jan  5 12:35 '120 secondes, le rcap co de Capital'
drwxr-xr-x  2 root root 4096 Jan  5 12:35 'A FAIT UN BAIL ! Podcast Immobilier'
drwxr-xr-x  4 root root 4096 Jan  5 12:36 "Aujourd'hui l'conomie"
drwxr-xr-x  3 root root 4096 Jan  5 12:36 "CERNO L'anti-enqute"
drwxr-xr-x  2 root root 4096 Jan  5 12:35 'Gnration Do It Yourself'
drwxr-xr-x  3 root root 4096 Jan  5 12:35 'La Data dans tous ses tats'
drwxr-xr-x  3 root root 4096 Jan  5 12:35  Superhros
drwxr-xr-x  3 root root 4096 Jan  5 12:35 'Tech Caf'

should be :

drwxr-xr-x  2 root root 4096 Jan  5 12:35 '120 secondes, le récap éco de Capital'
drwxr-xr-x  2 root root 4096 Jan  5 12:35 'ÇA FAIT UN BAIL ! Podcast Immobilier'
drwxr-xr-x  4 root root 4096 Jan  5 12:36 "Aujourd'hui l'économie"
drwxr-xr-x  3 root root 4096 Jan  5 12:36 "CERNO L'anti-enquête"
drwxr-xr-x  2 root root 4096 Jan  5 12:35 'Génration Do It Yourself'
drwxr-xr-x  3 root root 4096 Jan  5 12:35 'La Data dans tous ses états'
drwxr-xr-x  3 root root 4096 Jan  5 12:35  Superhéros
drwxr-xr-x  3 root root 4096 Jan  5 12:35 'Tech Café'

Thanks.

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

2 participants