hello,
I'm trying to get my FreeBSD PC to be in AZERTY so I can write proper French with accents and everything.
How do I do this?
I've tried making a small program called locale.c, which includes `<locale.h>` and uses the `setlocale(LC_ALL, "fr")` function, but I'm having the following errors...