Questions tagged [locale]
A locale is a set of parameters that defines the user's language, country and any special variant preferences that the user wants to see in their user interface.
534 questions
2
votes
0
answers
7
views
How to run Thunar with original text when using system with different locale?
I want to ask a question related to Thunar, but I'm not able to see original text.
I've tried to run:
LC_ALL=C thunar
but it just creates new instance of Thunar that already run. Is changing system ...
0
votes
1
answer
17
views
CUPS Webinterface Time Format
On my CUPS (UNIX/Linux Printing System) Webinterface, let's say:
http://192.168.0.2:631/jobs/
it shows a printjob currently being processed as follows:
processing since Thu 12 Dec 2024 08:21:13 PM ...
2
votes
1
answer
79
views
How are the locations in the select your location screen in the debian installation categorized?
I have to select a location in order to install Debian. 18 locations can be chosen on the first page of the selection. Others are available when selecting other. Which logic determines if a location ...
7
votes
1
answer
893
views
Does midnight (00:00) mean the time at the end of day depending on the locale for cron?
Here in France, midnight 00:00 is the end of the day, in English it is the beginning of the day.
In a cron table, if a batch is scheduled at 00:00 Friday, it will finish in the morning of Friday.
My ...
1
vote
1
answer
74
views
How to decode bytes to characters in a POSIX-compliant way?
I'm attempting to write a strictly POSIX-compliant shell, but the standard doesn't make it clear how to go from bytes to characters. It says to use LC_CTYPE, which further links to the concept of a ...
0
votes
1
answer
156
views
How to fix a locale warning from Perl?
Ubuntu 22.04 LTS
perl -e exit:
...
0
votes
1
answer
47
views
How do I get a locale or timezone used on Venus?
In this answer, Stéphane Chazelas uses a UVC timezone and vs_VS locale. When I asked about them, the reply was that these are the timezone and locale used on ... Venus. I'm not entirely sure whether ...
0
votes
2
answers
46
views
Preview locales
How do I quickly preview what a locale looks like? E.g: is there something like
$ localepreview en_DK.UTF-8
Of course, I immediately think of a script like
#!/bin/bash
LOCALE=$1
export LANG=$LOCALE
...
0
votes
0
answers
31
views
What does a locale’s codeset get used for?
According to glibc’s manual:
Most locale names follow XPG syntax and consist of up to four parts:
language[_territory[.codeset]][@modifier]
For example, you could have a locale named zh_CN.GB18030 ...
1
vote
2
answers
113
views
Change locale LC_NUMERIC decimal_point for shell or individual command
In my bash environment (version 5.2.26), the only available locale is French, which is normally fine. But like most people in France, it is regularly necessary to handle floating point numbers with a ...
2
votes
1
answer
581
views
Cannot set LC_* to default locale: No such file or directory
I just got my Raspberry Pi 4B 8GB installed with Debian 12 Bookworm, made WiFi, SSH, etc working as I wanted to, but I often get locale errors like with tasksel command:
root@rpi4:~# tasksel
perl: ...
2
votes
1
answer
122
views
How to unset a locale variable using localectl?
Under Fedora, I've set a custom locale variable value:
localectl set-locale LC_TIME=en_DK.UTF-8
This modified LC_TIME indeed.
Now I'd like to get it back to unset/empty/default state.
How do I do ...
1
vote
1
answer
158
views
LC_TIME portability (and other locale settings)
It seems that Linux and FreeBSD (at least) have different notions of how presentation of time is implemented in different locales (LC_TIME), notably but not entirely in how the hour of day is ...
0
votes
0
answers
16
views
Displaying European accents without Xorg [duplicate]
I'm setting up Arch Linux on a new computer, and I intend to use bspwm as a window manager. I know bspwm runs on Xorg, and there is plenty of information online on how to display region-specific ...
0
votes
0
answers
32
views
Add LC_CTYPE to Desktop Entry
I'm using fcitx5 with emacs, to enable entry of Chinese characters. There is a known issue with emacs, where in order to input Chinese characters, one needs to launch emacs using LC_CTYPE=zh_CN.UTF-8 ...
0
votes
0
answers
118
views
How do I prevent the locales from being re-generated?
Trying something on a local VM that runs Debian. Have a snapshot, from which I recover fairly often. As I am going back and forth, non-zero times have I ran into it re-generating locales, which takes ...
1
vote
0
answers
158
views
When I run sudo apt-get upgrade, it shows errors regarding initramfs-tools
When I run sudo apt-get upgrade, I get this output:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly ...
1
vote
0
answers
104
views
Difference between localectl and LANG environment variable
My default language was set to en_IN. Then I came across update-locale and localectl to change my locale to support UTF-8. I changed it using
sudo localectl set-locale LANG=en_IN.UTF-8
However that ...
0
votes
1
answer
61
views
How to change locale of xfce4-terminal window?
I need to record a gif (using peek) of copy/paste for my project. But I want the interface to be English.
I was able to do this once, I've added
env LC_ALL=C exo-open --launch TerminalEmulator
in ...
1
vote
0
answers
63
views
Error of custom en_US-based locale compilation
While in /usr/share/i18n/locales I execute the following (the first line is because I do not want en_US to be messed up):
cp ./en_US ./en_SN
sudo localedef -i en_SN -f UTF-8 -vc ./en_SN.UTF-8
The ...
0
votes
0
answers
61
views
git cli language default to first non english value
I have my computer language set to en_GB with fr_FR as backup only for spellcheck and money/measurement formatting purposes.
CLI apps work fine like that except git, who insist on using the first non ...
0
votes
0
answers
104
views
user-dirs.dirs and user-dirs.locale on Debian and Mint
I am nervously reviving an old instance of Linux Mint on a fresh install of the latest Debian 12 Bookworm. The Mint is about four or five years old and its /home folder is backed up on another drive ...
1
vote
0
answers
26
views
How to change my calendar to icelandic traditional in linux
This is similar to what Svante Janson described in the article: https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=8c996f399e30ccc6c55164bb8e169fa5ff398168
Icelandic
Begins
...
3
votes
1
answer
115
views
apt randomly switches languages ever since I installed Arabic on my Pop!_OS running KDE Plasma
I recently installed Arabic on my system and since then apt sometimes does things in Arabic and sometimes in English
user@pop-os:~$ sudo apt update && sudo apt upgrade
Hit:1 https://dl.winehq....
4
votes
2
answers
211
views
Why is ls sorting Chinese filenames by length?
I've run into a bit of a weird behaviour that I don't fully understand with ls and Chinese filenames. I'm running macOS 13.6.1 with SIP enabled (no core OS modifications), MacPorts installed, and US ...
0
votes
1
answer
51
views
japanese fonts in firefox ok but from apache no
This is my first round with Apache so please forgive my ignorance of principles that any decent Apache administrator should know.
Apache 2.4.58-1
6.6.1-arch1-1
Mozilla Firefox 119.0.1
I have an ...
0
votes
1
answer
127
views
How to preserve non-ASCII characters?
We have default POSIX locale in our server but when non-ASCII character like רקטות לגוש דן וירושלים(hebrew) uploaded in server its getting changes to רק××ת ×××ש ×× ××ר×ש×××, How can preserve it ...
0
votes
1
answer
132
views
Why is MB_CUR_MAX 6 instead of 4 for UTF-8? (Linux, glibc)
MB_CUR_MAX is defined by glibc as 'a positive integer expression that is the maximum number of bytes in a multibyte character in the current locale.'
If I print the value I get 1. I assume that this ...
0
votes
1
answer
257
views
How to completely remove locale from Manjaro Linux?
I recently had the (in hindsight stupid) ideas to enable a second locale on my computer in addition to en_CA. This second locale was zh_CN. To make sure it worked (and to "check it out"), I ...
0
votes
1
answer
197
views
error: Bad entry 'en_AG ', etc, when generating locales on Linux Mint
I am unsure what is happening with those "bad locales", I am updating my laptop regularly once daily. This came up today:
Setting up locales (2.35-0ubuntu3.4) ...
Generating locales (this ...
1
vote
4
answers
904
views
How to get the current value of LC_CTYPE etc. in Bash?
Basically, how to achieve this in Bash? Parsing the output of locale - declare "$(locale | grep ^LC_CTYPE | tr --delete '"')" - seems yucky, as it involves four separate commands. ...
0
votes
0
answers
105
views
How to temporarily change locale for a gui-command?
If I try this suggestion with a gui-command like sudo LANG=en_US.UTF-8 partitionmanager, it's ends up with some confusing hints I can't get.
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/...
0
votes
0
answers
39
views
Ubuntu - PostegreSQL displays errors in foreign language even after changing all locales to en_US and reinstalling it
I inherited a Ubuntu desktop from another employee and installed PostgreSQL with the help of the official guide.
abc@lenovo:~$ sudo apt install postgresql-15
I had not known that I had to setup an ...
1
vote
0
answers
128
views
Cannot type diacriticis with my keyboard
Polish diacritics such as ą or ć (created with RAlt+[latin letter] combination on a pl keymap) cannot be typed in ArchLinux. Based on the locale wiki page, I verified that:
I generated neccessary ...
1
vote
1
answer
3k
views
changing datetime format Ubuntu 22 [duplicate]
Looking for a solution for changing my machine datetime format to be DD/MM/YEAR hh:mm:ss.
Currently ,Linux default is MM/DD/YEAR hh:mm:ss
This is a GCP machine , running ubuntu 22.04.2 LTS .
Thanks !
3
votes
0
answers
239
views
How can I format the date and time in accordance with ISO 8601 / RFC 3339 using systemd?
How can I configure the environment of a systemd based Linux system to display the date system-wide in the format yyyy-mm-dd?
This date format adheres to the specifications defined ISO 8601 and RFC ...
2
votes
2
answers
488
views
Replace $'\374', $'\344' and more with appropriate umlauts
after 2 days of research, I must ask the pros over here.
I had set up a NFS-share on my first Debian server at home. I copied over a few files from a windows 11 machine and now all the umlauts are ...
2
votes
2
answers
165
views
Unicode Supplementary Multilingual Plane (Plane 1) glyphs in xterm
I'm trying to display Unicode Supplementary Multilingual Plane (Plane 1) glyphs in xterm. Those glyphs are in the U+010000..U+01FFFF range (https://unifoundry.com/pub/unifont/unifont-15.0.01/...
0
votes
1
answer
36
views
Setting locale into application scope
I want my default date format to be iso8601 but I want my desktop panel clock to use a 12-hour display.
For this preference, the MATE panel clock applet wants a session language that includes a 12-...
0
votes
1
answer
422
views
Get bitbake to use a different locale
I'm running through the Yocto Quick Build tutorial, and I've got to the command
bitbake core-image-sato
This is producing the error
Your system need to support the en_US.UTF-8 locale.
Can I change ...
2
votes
1
answer
734
views
How to set locale in Nix shell on Ubuntu?
To demonstrate locale support in Ubuntu:
vagrant init ubuntu/jammy64
vagrant up
vagrant ssh
sudo apt-get -y install hello language-pack-nb
LC_MESSAGES=nb_NO.UTF-8 hello
This prints the expected, ...
0
votes
1
answer
2k
views
How to enable all locales (character encodings) on Debian 11 (over SSH, in Bash)?
I am unsure if I should not better ask:
How to display Windows UTF-16 encoding in Linux?
Since I just found out that Windows uses UTF-16LE to be exact:
https://stackoverflow.com/q/66072117/1997354
I ...
0
votes
1
answer
2k
views
Ubuntu locale setting is invalid: No such file or directory
I've tried setting my locales in ubuntu 20 (I did it successfully in the last x years) unfortunatelly now I can't due something missing:
$ locale
locale: Cannot set LC_CTYPE to default locale: No ...
2
votes
0
answers
499
views
locale of .utf8 or .UTF-8?
Of the same Debian 11 bullseye, I get different locale for C: .utf8 and .UTF-8:
My machine:
$ locale -a
C
C.utf8
POSIX
en_US
en_US.iso88591
en_US.utf8
$ lsb_release -a
No LSB modules are available.
...
2
votes
2
answers
707
views
How to combine settings from multiple locales in Linux?
When I installed Linux I set my locale to en_US.UTF-8. However I want to override some but not all of the settings in that locale. Specifically, I would like the Measurement to be Metric instead of ...
0
votes
1
answer
264
views
How do I change the language of the man pages on Debian, while keeping the default language as english
I've tried changing the man pages on debian from English to Italian but all I have tried hasn't worked yet.
First of all, I installed the manpages in Italian with apt install manpages-it.
I then ...
1
vote
1
answer
128
views
apt-get autoremove is messing up locale stuff after having installed the gdal-bin package from debian testing main
I am trying to update the gdal-bin package from Debian unstable in the following Dockerfile:
FROM postgis/postgis:15-master
RUN echo 'deb http://deb.debian.org/debian testing main' >> /etc/apt/...
5
votes
1
answer
24k
views
"bash: warning: setlocale: LC_ALL: cannot change locale" - misleading? What does it mean?
I want to understand how locales work. In particular I've read "-bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)" and https://askubuntu.com/questions/114759/warning-...
1
vote
0
answers
4k
views
How to fix 'warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)' on arch
I am on arch for Wsl and was having trouble opening exe applications(such as firefox) from wsl2 terminal. By running locale -a I found that I didn't have en_US.UTF-8 or any other locale and only had C....
1
vote
1
answer
926
views
Locale settings for RHEL 7/8
In RHEL7/8 I know we control the locale setting using localctl command and which updates the /etc/locale.conf file.
Ex :
# localectl set-locale LANG=ja_JP.utf8
# localectl set-keymap jp106
# ...