Changes between Initial Version and Version 1 of Ticket #18734


Ignore:
Timestamp:
Jan 3, 2024, 2:34:33 AM (5 months ago)
Author:
bipolar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18734 – Description

    initial v1  
    1919Sidenote:
    2020
    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`.
     21While 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`.
    2222
    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].
     23That 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].
    2424
    2525I 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]...