You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering what am I doing wrong? I was hopping when I run: detox -n -v -s utf_8-only /Volumes/sda2/Videos/Films/
which should be using sequence from /usr/local/etc/detoxrc which is defined as:
# transliterates UTF-8 to ASCII
sequence "utf_8-only" {
utf_8;
};
I am getting the following: /Volumes/sda2/Videos/Films//The_Bourne_Supremacy_(Bournův_mýtus)_2004 -> /Volumes/sda2/Videos/Films//The_Bourne_Supremacy__Bournuv_mytus__2004
I would expect to get following conversation based on the info from HACKING-v1.md: /Volumes/sda2/Videos/Films//The_Bourne_Supremacy_(Bournův_mýtus)_2004 -> /Volumes/sda2/Videos/Films//The_Bourne_Supremacy_(Bournuv_mytus)_2004
Also, given the fact, I modified /usr/local/share/detox/safe.tbl and here're changes just FYI:
So, I would still expect the brackets won't get converted to - if I run detox with "full" utf_8 or default sequence: detox -n -v -s utf_8 /Volumes/sda2/Videos/Films/
But the "opposite" is true:-( /Volumes/sda2/Videos/Films//The_Bourne_Supremacy_(Bournův_mýtus)_2004 -> /Volumes/sda2/Videos/Films//The_Bourne_Supremacy_Bournuv_mytus_2004
Hello there,
I was wondering what am I doing wrong? I was hopping when I run:
detox -n -v -s utf_8-only /Volumes/sda2/Videos/Films/
which should be using sequence from
/usr/local/etc/detoxrc
which is defined as:I am getting the following:
/Volumes/sda2/Videos/Films//The_Bourne_Supremacy_(Bournův_mýtus)_2004 -> /Volumes/sda2/Videos/Films//The_Bourne_Supremacy__Bournuv_mytus__2004
I would expect to get following conversation based on the info from HACKING-v1.md:
/Volumes/sda2/Videos/Films//The_Bourne_Supremacy_(Bournův_mýtus)_2004 -> /Volumes/sda2/Videos/Films//The_Bourne_Supremacy_(Bournuv_mytus)_2004
Also, given the fact, I modified
/usr/local/share/detox/safe.tbl
and here're changes just FYI:So, I would still expect the brackets won't get converted to
-
if I run detox with "full"utf_8
or default sequence:detox -n -v -s utf_8 /Volumes/sda2/Videos/Films/
But the "opposite" is true:-(
/Volumes/sda2/Videos/Films//The_Bourne_Supremacy_(Bournův_mýtus)_2004 -> /Volumes/sda2/Videos/Films//The_Bourne_Supremacy_Bournuv_mytus_2004
For full picture, I'm attaching:
~/.detoxrc
h-detoxhr.zip/usr/local/etc/detoxrc
u-l-e-detoxrc.zipNote
I'm using macOs Mojave, latest stable detox v1.4.5 installed via Homebrew
The text was updated successfully, but these errors were encountered: