Opened 20 years ago
Closed 20 years ago
#2012 closed defect (fixed)
Locale settings in Bash Shell Startup Files needs reworking
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | 6.2.0 |
| Component: | BOOK | Version: | SVN |
| Severity: | medium | Keywords: | locale |
| Cc: |
Description
From this thread: http://linuxfromscratch.org/pipermail/blfs-dev/2006-June/015387.html
A couple points that are not optimal right now.
- LC_ALL should not be set in /etc/profile. Only LANG is necessary.
- G_FILENAME_ENCODING=@locale should really be moved to the Glib2 page. I believe we should just have the instruction to append it to /etc/profile.d/i18n.sh on that page.
- We really shouldn't redo the locale settings discussion here when there is a much stronger explanation in LFS: http://www.linuxfromscratch.org/lfs/view/development/chapter07/profile.html. We can just place a pointer to that page.
Attachments (2)
Change History (8)
comment:1 by , 20 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
by , 20 years ago
| Attachment: | i18n-profile.diff added |
|---|
comment:2 by , 20 years ago
Please comment on the attached diff. It tries to accomplish what's in the Description of this ticket. If no one has any problems, I'll commit it.
comment:3 by , 20 years ago
Good, although I would also add a pointer to the "locale related issues" page to glib configuration instructions. Also, "GLib assumes" => "By default, Glib assumes".
comment:4 by , 20 years ago
Both good suggestions. See new attachment. Wording for the "locale issues" link seems ugly, though.
Note:
See TracTickets
for help on using tickets.

Proposed new text for i18n.sh section