organize icon indicating copy to clipboard operation
organize copied to clipboard

Windows configfile encoding

Open random623 opened this issue 3 years ago • 1 comments

Not sure if bug. Just updated to V2 and now I have a problem with the encoding. With config file encoding UTF8 I get problems in the path and there is a / before the filename:

(move) Move to C:\Ertragsausschüttung/ERTRAGSGUTSCHRIFT.pdf

When I change the config file encoding to ANSI it seems to work.

(move) Move to C:\Ertragsausschüttung\ERTRAGSGUTSCHRIFT.pdf

 rules:   
   - locations: D:\Downloads\
     #sublocationss: false
     filters:
       - extension:
           - pdf
       - name:
           startswith : "Ertragsgutschrift"
           contains : "2022"
           case_sensitive: false
     actions:
       - move: C:\Ertragsausschüttung\

Is that how it's meant to be? I thought UTF8 should be the correct encoding.

Windows 10, organzie 2.2.0, python 3.9.0

random623 avatar Jun 25 '22 09:06 random623

Can you send me the config file via mail?

tfeldmann avatar Aug 02 '22 10:08 tfeldmann

I just updated to an new system with Windows 11 and did an clean install. UTF8 is now working as expected. Not sure what caused that behavoiur. On the new system I had to convert my configs back to UTF8.

random623 avatar Dec 22 '22 21:12 random623