```
$item = Get-Item -LiteralPath (Join-Path $BkRootDir $BkCompressDetailItems[$i].File)
```
Example Compress-Detail.txt:
```
Creating archive C:\backup\automatic\bcp\Bcp-full-20170619-211400.7z
Compressing Catalog-Include.txt
Compressing Catalog-Exclude.csv
Compressing bcp\╤Б╤Д╨Б╨║╨╗╤Л.txt
Everything is Ok
```
Normal output must be:
```
PS C:\_bcp> ls
------ 23.03.2017 10:07 24576 КУРЬЕРЫ ТЕЛЕФОНЫ.doc
------ 19.06.2017 21:02 808 сфЁклы.txt
```
Changing args param from UTF-8
```
$Bk7ZipArgs += "-sccUTF-8"
```
to
```
$Bk7ZipArgs += "-sccWIN"
```
fix this problem..
tested on version 2.0.4, 2.0.6
Comments: ** Comment from web user: Anlan **
Thank you Azudim for your feedback.
I will double check it as I recall with -sccWIN I had problems with accented letters.
Will keep you informed.