Hi there,
i had some time and looked at this issue again, and i found out
Character Translations is an real
"Character Translations" and
NOT an
"String Translations".That means,
If you want to replace
ONE with THREE
you can NOT use simple
ONE=THREE
but do it char by char like
O,N,E=T,H,R,E,EExamples:
Note: use this without quote "" signs
Replace signs with an space:
"(= "
"[= "
"!= "
or replace signs with an underscore:
"+=_"
";=_"
or replace signs with nothing (=remove):
"Ü="
"ü="
"Ö="
"ö="
"$="
Replace an group of signs or one sign with an another sign or group:
"A=F,i,r,s,t"
"B=S,e,c,o,n,d"
"J,a,n=0,1"
"F,e,b=0,2"
...
"N,o,v=1,1"
"D,e,c=1,2"
"I,M=P,O,X,Y,Z" > IMG_0001.jpg >> POXYZYG_0001.jpg
"0,0,5=V"
"0,0,6=V,I"
"0,0,7=V,I,I"
"0,0,8=V,I,I,I"
if the bit
between the comma
is one character it's treated as a literal letter or digit;
if it's two (e.g. 6F) it's treated as Hex;
if it's three (e.g. 017) it's treated as decimal.
That way you can perform replacements of non-keyboard characters.
Please note that BRU don't save settings so you may have to save this definitions yourself in an text file for later re-use!
Best use an good text editor to collect this replacing groups and store this as plain text file in your BRU-folder.
Next if you want to use this definitions, open this text file, select all, copy to clipboard, go to BRU, press CTRL+F6 and paste it in.
(You can also use "File > Save" or "Save as..." to an *.bru file so this definition is saved too with all other just now set settings.
But then it is every time active when you start BRU. See "*.bru favorites" for more >>> http://www.bulkrenameutility.co.uk/forum/viewtopic.php?f=4&t=1220&p=3482&hilit=default.bru#p3482 )
-------------
Back to topic:
So you can't use
006=VI but
0,0,6=V,II have tested this statement and my translation list with the strings from first post above.
The List of Roman Numerals i have found at >>> http://www.list-of.org.uk/list-of-roman-numerals.htm
The Translation List i have done with an text editor and regular expression search&replace (and some handwork):
I hope i have not overseen an extra come or like that... please check you and report back if it works, thanks.
Here you are.
If you copy&paste this be sure there are no trailing blanks!
(You can check this by selecting this list in the "Character Translations"-dialog in BRU
(or here in the code box below) and check if the blue selection end right after the chars!
Again: There must be no blue colored space behind the last char!!! And between each sign there must be one coma!)
Roman Numerals Translation List - Code: Select all
0,0,1=I
0,0,2=I,I
0,0,3=I,I,I
0,0,4=I,V
0,0,5=V
0,0,6=V,I
0,0,7=V,I,I
0,0,8=V,I,I,I
0,0,9=I,X
0,1,0=X
0,1,1=X,I
0,1,2=X,I,I
0,1,3=X,I,I,I
0,1,4=X,I,V
0,1,5=X,V
0,1,6=X,V,I
0,1,7=X,V,I,I
0,1,8=X,V,I,I,I
0,1,9=X,I,X
0,2,0=X,X
0,2,1=X,X,I
0,2,2=X,X,I,I
0,2,3=X,X,I,I,I
0,2,4=X,X,I,V
0,2,5=X,X,V
0,2,6=X,X,V,I
0,2,7=X,X,V,I,I
0,2,8=X,X,V,I,I,I
0,2,9=X,X,I,X
0,3,0=X,X,X
0,3,1=X,X,X,I
0,3,2=X,X,X,I,I
0,3,3=X,X,X,I,I,I
0,3,4=X,X,X,I,V
0,3,5=X,X,X,V
0,3,6=X,X,X,V,I
0,3,7=X,X,X,V,I,I
0,3,8=X,X,X,I,X
0,3,9=X,X,X,V,I,I,I
0,4,0=X,L
0,4,1=X,L,I
0,4,2=X,X,I,X
0,4,3=X,L,I,I,I
0,4,4=L,I,V
0,4,5=X,L,V
0,4,6=X,L,V,I
0,4,7=X,L,V,I,I
0,4,8=X,L,V,I,I,I
0,4,9=X,L,I,X
0,5,0=L
0,5,1=L,I
0,5,2=L,I,I
0,5,3=L,I,I,I
0,5,4=L,I,V
0,5,5=L,V
0,5,6=L,V,I
0,5,7=L,V,I,I
0,5,8=L,V,I,I,I
0,5,9=L,I,X
0,6,0=L,X
0,6,1=L,X,I
0,6,2=L,X,I,I
0,6,3=L,X,I,I,I
0,6,4=L,X,I,V
0,6,5=L,X,V
0,6,6=L,X,V,I
0,6,7=L,X,V,I,I
0,6,8=L,X,V,I,I,I
0,6,9=L,X,I,X
0,7,0=L,X,X
0,7,1=L,X,X,I
0,7,2=L,X,X,I,I
0,7,3=L,X,X,I,I,I
0,7,4=L,X,X,I,V
0,7,5=L,X,X,V
0,7,6=L,X,X,V,I
0,7,7=L,X,X,V,I,I
0,7,8=L,X,X,V,I,I,I
0,7,9=L,X,X,I,X
0,8,0=L,X,X,X
0,8,1=L,X,X,X,I
0,8,2=L,X,X,X,I,I
0,8,3=L,X,X,X,I,I,I
0,8,4=L,X,X,X,I,V
0,8,5=L,X,X,X,V
0,8,6=L,X,X,X,V,I
0,8,7=L,X,X,X,V,I,I
0,8,8=L,X,X,X,V,I,I,I
0,8,9=L,X,X,X,I,X
0,9,0=X,C
0,9,1=X,C,I
0,9,2=X,C,I,I
0,9,3=X,C,I,I,I
0,9,4=X,C,I,V
0,9,5=X,C,V
0,9,6=X,C,V,I
0,9,7=X,C,V,I,I
0,9,8=X,C,V,I,I,I
0,9,9=X,C,I,X
1,0,0=C
If one is interested, there are more posts about Character Translations:
http://www.bulkrenameutility.co.uk/forum/viewtopic.php?f=3&t=300
http://www.bulkrenameutility.co.uk/forum/viewtopic.php?f=3&t=666&p=2439
HTH?
