include Scandic letters in partial string

A swapping-ground for Regular Expression syntax

include Scandic letters in partial string

Postby Cifixie » Sat May 10, 2014 11:51 pm

I have tried to some how clean up a great amount of audio files which names contain Scandic letters (ä, ö & å) but for some reason reqEx doesn't include files that contain those unusual characters. For "normal" filenames (.+) does the job but how I can change it to coverage all files regardless of the characters.

What I try to do is to flip artist's and songs around with definitions:
- Match: (.+) - (.+)
- Replace: \2 - \1

and it works well except with scandic letters. regEx does not cover files and does no changes... and yeah, I tried to google it with basic reqular expression without good answer... All my hope's rest with you all.
Cifixie
 
Posts: 1
Joined: Sat May 10, 2014 11:32 pm

Postby truth » Sun May 11, 2014 2:32 am

BRU's regex doesnt support Unicodes, though its other settings work fine.
For a similiar post & possible workarounds, see:
www.bulkrenameutility.co.uk/forum/viewtopic.php?f=3&t=2188#p5729
truth
 
Posts: 221
Joined: Tue Jun 25, 2013 3:39 am
Location: Earth, OrionArm, MilkyWay


Return to Regular Expressions