Changes between Initial Version and Version 1 of Ticket #18734
- Timestamp:
- Jan 3, 2024, 2:34:33 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18734 – Description
initial v1 19 19 Sidenote: 20 20 21 While testing these things... I've noticed that no matter what language I choose, `LC_TYPE` always has the same value: `LC_TYPE=en .UTF-8`.21 While testing these things... I've noticed that no matter what language I choose, `LC_TYPE` always has the same value: `LC_TYPE=en_US.UTF-8`. 22 22 23 That seems to be defined by [https://xref.landonf.org/source/xref/haiku/src/servers/launch/LaunchDaemon.cpp#2040 launch_daemon], originally introduce in [https://cgit.haiku-os.org/haiku/commit/src/servers/launch/LaunchDaemon.cpp?id=bd1c9bf338fdae8456577c557faf36aba7b87cd5 bd1c9bf338fdae8456577c557faf36aba7b87cd5].23 That seems to be defined by [https://xref.landonf.org/source/xref/haiku/src/servers/launch/LaunchDaemon.cpp#2040 launch_daemon], originally introduced in [https://cgit.haiku-os.org/haiku/commit/src/servers/launch/LaunchDaemon.cpp?id=bd1c9bf338fdae8456577c557faf36aba7b87cd5 bd1c9bf338fdae8456577c557faf36aba7b87cd5]. 24 24 25 25 I couldn't find much info on LC_TYPE, and considering that it doesn't seems to be part of [https://en.cppreference.com/w/c/locale/LC_categories "LC categories"], and not mentioned in [https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html POSIX]...