-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
[Windows] - Script Powershell - problem ANSI #419
Comments
Hi, which script server version are you using? May be you can try a workaround from #376 (comment) |
I use version 1.16.0 Script-Server My script use UTF8 BOM and adding -Encoding UTF8 on my cmd for forced the coding. Line : i don't have Iconv on Windows. |
Hi, @BConcept59 I made it work on my windows machine, by adding this line at the beginning of the PowerShell script: The problem is, that when run on windows (at least win10), script server is using default system encoding (e.g. cp1251 for me). However, PowerShell writes output (by default) in utf-8 (with or without BOM, doesn't matter). Could you try it, please? |
I have add Very thanks I have a two other problems...
the input return :
Example : |
Hi, @BConcept59 to be honest I don't fully understand you. Maybe you can send me a part |
Sorry for my english. In log server :
I need to add simple quotes for the sent values. Example:
should be
|
For me it worked, when I passed the script path with -file argument Does not work (parameters with whitespaces are sent separately): Could you try, please? |
Hi @BConcept59 any success here? |
Hi @bugy , yes it's success ! Very thanks. Sorry for my delay. |
Cool, thanks for confirmation |
Hi,
I would like thank @bugy for Script-Server ! It's very good software !
I my script powershell, the data is good with the special characters ( é à è ... ). But in the combobox it isn't good in the view.
It remplace the special characters by ","
Do you have a solution ?
Thank for advance
The text was updated successfully, but these errors were encountered: