Bug 457737

Summary: Version 20.12.1 (Debian 11 Bullseye), Syntax(?) or character set trouble in German translation -> comma unknown
Product: [Applications] kturtle Reporter: j.heller
Component: generalAssignee: Cies Breijs <cies>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Debian stable   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Screenshot

Description j.heller 2022-08-10 21:41:37 UTC
Created attachment 151235 [details]
Screenshot

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

STEPS TO REPRODUCE
1. Use Kturtle with German script language.
2. Enter a function that takes more than one parameter like:
    lerne rechteck $x, $y {
      wiederhole 2 {
       vorwärts $x
       rechtsdrehen 90
       vorwärts $y
       rechtsdrehen 90 }
    }

OBSERVED RESULT
Error message: line 1 - "," was not understood - source code 100

EXPECTED RESULT
Evaluate the function and recognize the comma like you do with the English script language.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Debian 11 Bullseye (Gnome)
(available in About System)
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.75.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
I tried two utf-8 variants ff0c an 2c unfortunately with the same result.