Closed
Description
Steps to reproduce
[System.Threading.Thread]::CurrentThread.CurrentCulture = [cultureinfo]::CreateSpecificCulture('tr-TR')
# Build and install latest version of PSSA after the fix of PR 1097
Invoke-Pester -Script ".\Tests\Engine",".\Tests\Rules",".\Tests\Documentation"
Expected behavior
All Tests pass
Actual behavior
21 tests failed, some of them clearly related to the special i character in Turkish.
The same number of failures also happen using Korean culture ko-KR
Environment data
This is as of the latest state of development after the first fix of PR 1097 using PowerShell 5.1