Namespaces
Variants
Actions

Talk:c/string/byte/toupper

From cppreference.com

[edit] locale installation

For future reference, to install the locales for testing on an Ubuntu box, I had to do

sudo apt install language-pack-en
sudo locale-gen en_US
sudo locale-gen en_US.ISO-8859-15

--Ybab321 (talk) 02:40, 27 June 2024 (PDT)