Many filenames contain accented characters, e.g. French filenames might contain à and á, whereas English language speakers are happy to use the Latin alphabet. Bulk Rename Utility provides a facility to replace accented characters with non-accented characters.
If you are using a Unicode build of Bulk Rename Utility (Windows NT/2000/XP/2003/Vista) then you should find that virtually all accented characters are converted into their non-accented equivalents (à becomes a, etc.).
If you are using Windows 98 then this has to be done using a hard-coded list of characters, which is as follows:
ASCII
|
SHOWS
|
HEX
|
CONVERTED TO
|
131
|
|
83
|
f
|
138
|
|
8A
|
S
|
142
|
|
8E
|
Z
|
154
|
|
9A
|
s
|
158
|
|
9E
|
z
|
159
|
|
9F
|
Y
|
162
|
¢
|
A2
|
c
|
165
|
¥
|
A5
|
Y
|
170
|
ª
|
AA
|
a
|
181
|
µ
|
B5
|
u
|
192
|
À
|
C0
|
A
|
193
|
Á
|
C1
|
A
|
194
|
Â
|
C2
|
A
|
195
|
Ã
|
C3
|
A
|
196
|
Ä
|
C4
|
A
|
197
|
Å
|
C5
|
A
|
199
|
Ç
|
C7
|
C
|
200
|
È
|
C8
|
E
|
201
|
É
|
C9
|
E
|
202
|
Ê
|
CA
|
E
|
203
|
Ë
|
CB
|
E
|
204
|
Ì
|
CC
|
I
|
205
|
Í
|
CD
|
I
|
206
|
Î
|
CE
|
I
|
207
|
Ï
|
CF
|
I
|
208
|
Ð
|
D0
|
D
|
209
|
Ñ
|
D1
|
N
|
210
|
Ò
|
D2
|
O
|
211
|
Ó
|
D3
|
O
|
212
|
Ô
|
D4
|
O
|
213
|
Õ
|
D5
|
O
|
214
|
Ö
|
D6
|
O
|
215
|
×
|
D7
|
x
|
216
|
Ø
|
D8
|
O
|
217
|
Ù
|
D9
|
U
|
218
|
Ú
|
DA
|
U
|
219
|
Û
|
DB
|
U
|
220
|
Ü
|
DC
|
U
|
221
|
Ý
|
DD
|
Y
|
224
|
à
|
E0
|
a
|
225
|
á
|
E1
|
a
|
226
|
â
|
E2
|
a
|
227
|
ã
|
E3
|
a
|
228
|
ä
|
E4
|
a
|
229
|
å
|
E5
|
a
|
231
|
ç
|
E7
|
c
|
232
|
è
|
E8
|
e
|
233
|
é
|
E9
|
e
|
234
|
ê
|
EA
|
e
|
235
|
ë
|
EB
|
e
|
236
|
ì
|
EC
|
i
|
237
|
í
|
ED
|
i
|
238
|
î
|
EE
|
i
|
239
|
ï
|
EF
|
i
|
240
|
ð
|
F0
|
o
|
241
|
ñ
|
F1
|
n
|
242
|
ò
|
F2
|
o
|
243
|
ó
|
F3
|
o
|
244
|
ô
|
F4
|
o
|
245
|
õ
|
F5
|
o
|
246
|
ö
|
F6
|
o
|
248
|
ø
|
F8
|
o
|
249
|
ù
|
F9
|
u
|
250
|
ú
|
FA
|
u
|
251
|
û
|
FB
|
u
|
252
|
ü
|
FC
|
u
|
253
|
ý
|
FD
|
y
|
255
|
ÿ
|
FF
|
y
|
|