srbaker (Steven Baker)
- Login: srbaker
- Registered on: 02/27/2025
- Last sign in: 02/27/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/27/2025
-
02:33 PM Ruby Bug #21161: Crash when locale is set to Turkish tr_TR.UTF-8
- Thanks for the quick response!
It does not happen with that command:
```
srbaker@geekopad:~> ruby -v
ruby 3.4.2 (2025-02-15 revision d2930f8e7a) +PRISM [x86_64-linux]
srbaker@geekopad:~> LC_CTYPE=tr_TR.UTF-8 ruby --parser=parse.... -
01:59 PM Ruby Bug #21161: Crash when locale is set to Turkish tr_TR.UTF-8
- I have confirmed this does not affect any 3.x versions before 3.4.
-
01:37 PM Ruby Bug #21161 (Closed): Crash when locale is set to Turkish tr_TR.UTF-8
- TL;DR this bug was reported in our tracker, and I'm pushing it upstream: https://bugzilla.opensuse.org/show_bug.cgi?id=1237861
When the locale is set to `tr_TR.UTF-8`, there is an encoding error. It has been narrowed down specificall...