Unicode characters

A swapping-ground for Regular Expression syntax

Unicode characters

Postby frizky » Sat Oct 06, 2012 1:07 am

Image

these folder names that contain japanese characters are not effected, did I use wrong expressions?

RegEx
Match: (\[\d\d\d\d\d\d\]) \[(.*)\] (.*)
Replace: [\2] \1 \3
frizky
 
Posts: 1
Joined: Sat Oct 06, 2012 1:02 am

Re: Unicode characters

Postby Stefan » Sat Oct 06, 2012 8:58 pm

The Regular expressions engine used by BRU works with the basic 7-bit ascii code page (english alphabet) only (AFAIK).
There are even problems with umlauts in the extended code pages, not to mention unicode chars like your japanese characters.

You may want to try den4b ReNamer or AdvancedRenamer, at least they work with umlauts in RegExpressions...





.
Stefan
 
Posts: 736
Joined: Fri Mar 11, 2005 7:46 pm
Location: Germany, EU


Return to Regular Expressions