Package: hpodder
Version: 1.1.5.0+nmu3
Followup-For: Bug #396863

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I had the same issues with umlauts as holger.
I can rename the podcast titles, but not the
episode titles.

Is it possible to add an ascii-filemode to hpodder?
I attached a very rough patch. It should be
improved by someone who can actually program in
Haskell ;-)

Regards,
  Bastian

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.18rum1 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages hpodder depends on:
ii  curl          7.26.0-1
ii  id3v2         0.1.12-2
ii  libc6         2.13-32
ii  libffi5       3.0.10-3
ii  libgmp10      2:5.0.5+dfsg-1.1
ii  libsqlite3-0  3.7.12.1-1

hpodder recommends no packages.

hpodder suggests no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk/JNjMACgkQeBwlBDLsbz4oRQCeIce96CVtT7wVKURmI0KrdcxS
rfwAoKeZfziSspEqXwInF5wT+JzH1TOS
=r2NP
-----END PGP SIGNATURE-----
--- Utils.hs.orig	2012-06-01 23:34:03.832769591 +0200
+++ Utils.hs	2012-06-01 23:34:59.055725184 +0200
@@ -101,9 +101,9 @@
     case map worker . sanitize_basic $ inp of
       [] -> "UNKNOWN"
       x -> x
-    where worker x = if x `elem` ";/|!`~ *?%^&(){}[]\\'\"<>:" 
-                         then '_'
-                         else x
+    where worker x = if x `elem` "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_-1234567890"
+                         then x
+                         else '_'
 
 genericIdHelp =
  "You can optionally specify one or more podcast IDs.  If given,\n\

Reply via email to