Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacing non-character with * fails in German #12

Open
jdhitsolutions opened this issue Sep 20, 2022 · 0 comments
Open

Replacing non-character with * fails in German #12

jdhitsolutions opened this issue Sep 20, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@jdhitsolutions
Copy link
Owner

In addition i had to modify the lines 23-24 in private.ps1 for the _convert function because of german OS/WinGet, so that putty also works, sadly the replace with '*' didn't work for the german version:

$i = $list.FindIndex({ $args[0] -match "^Versionshinweise:" })
$j = $list.FindIndex({ $args[0] -match "^Installationsprogramm:" })

Originally posted by @SebCT in #10 (comment)

@jdhitsolutions jdhitsolutions added bug Something isn't working triage new issue that needs review labels Sep 20, 2022
@jdhitsolutions jdhitsolutions removed the triage new issue that needs review label Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant