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

Multiline String Parameter Turkish Character Problem #270

Closed
urunsal opened this issue Apr 1, 2021 · 8 comments
Closed

Multiline String Parameter Turkish Character Problem #270

urunsal opened this issue Apr 1, 2021 · 8 comments

Comments

@urunsal
Copy link

urunsal commented Apr 1, 2021

We have a Turkish character problem in Multiline Strin Parameter. Could you please help me?

For example, the letter I or the letter S is written as a question mark instead.
Thanks.

@urunsal
Copy link
Author

urunsal commented Apr 1, 2021

example : İ Ö Ç Ş Ğ -> ? ?

@MCMicS
Copy link
Owner

MCMicS commented Apr 1, 2021

Thank for report. I look at this next week after easter holiday. I have an idea what the problem is.

I try to fix this then. I currently plan to push a new version (eap) next week with some change. Maybe this is fixed

In your example ther are only two questions mark for five charcters?

@urunsal
Copy link
Author

urunsal commented Apr 1, 2021

First of all, thank you for your interest. Instead of any turkish character in a paragraph? is printing the mark. For example instead of ISTANBUL like? STANBUL
TURKEY place or T? RK? YE. I would appreciate it if you could help me. Have a nice day.

@MCMicS
Copy link
Owner

MCMicS commented Apr 1, 2021

Thank for clarification.
i will look at this monday or thuesday

@MCMicS
Copy link
Owner

MCMicS commented Apr 6, 2021

@urunsal Sorry for the the question. But i not know the turkish alphabet :)

ISTANBUL like? STANBUL

I've tried this and it works in my environment.
Is this a normal 'I' or the turkish letter (İ)
İstanbul
Right??

Could you please provide more turkish written words so I can test it

grafik
grafik

with İstanbul I get the erro i think.
grafik

@MCMicS
Copy link
Owner

MCMicS commented Apr 6, 2021

I test following simple pieline:

pipeline {
    agent any
    
    parameters {
        choice choices: ['ISTANBUL', 'İstanbul', 'İ Ö Ç Ş Ğ',  'TURKEY'], name: 'Choice'
        string 'Text'
        text description: '''İ Ö Ç Ş Ğ İstanbul''', name: 'Multiline'
    }

    stages {
        stage('Params') {
            steps {
                echo "Choice: $params.Choice"
                echo "Text: $params.Text"
                echo "Multiline: $params.Multiline"
            }
        }
    }
}

@MCMicS
Copy link
Owner

MCMicS commented Apr 6, 2021

Colud you please try following EAP Build?
https://plugins.jetbrains.com/plugin/6110-jenkins-control/versions/eap/115959

I will test it more this week

@MCMicS MCMicS closed this as completed in 37263a6 Apr 25, 2021
@MCMicS
Copy link
Owner

MCMicS commented Apr 25, 2021

released with 0.13.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants