Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 249273 | Differences between
and this patch

Collapse All | Expand All

(-)guide-localization.xml (-7 / +15 lines)
Lines 137-147 take one name of a locale in <c>ab_CD</c Link Here
137
  <th>Explanation</th>
137
  <th>Explanation</th>
138
</tr>
138
</tr>
139
<tr>
139
<tr>
140
  <ti>LANG</ti>
140
  <ti>LANGUAGE</ti>
141
  <ti>
141
  <ti>
142
    Defines all locale settings at once, while allowing further individual
142
    A varible which could contain a colon separated list of locale names. All
143
    customization via the LC_* settings below.
143
    other varibles below can only take one locale name.
144
  </ti>
144
  </ti>
145
<tr>
146
<tr>
147
  <ti>LC_ALL</ti>
148
  <ti>
149
    A special variable for overriding all the individual settings below.
150
  </ti>
151
<tr>
145
</tr>
152
</tr>
146
<tr>
153
<tr>
147
  <ti>LC_COLLATE</ti>
154
  <ti>LC_COLLATE</ti>
Lines 186-194 take one name of a locale in <c>ab_CD</c Link Here
186
  <ti>Defines default paper size.</ti>
193
  <ti>Defines default paper size.</ti>
187
</tr>
194
</tr>
188
<tr>
195
<tr>
189
  <ti>LC_ALL</ti>
196
  <ti>LANG</ti>
190
  <ti>
197
  <ti>
191
    A special variable for overriding all other settings.
198
    Defines all locale settings at once, any individual unset LC_* settings will
199
    use this value.
192
  </ti>
200
  </ti>
193
</tr>
201
</tr>
194
</table>
202
</table>
Lines 210-217 Most typically users only set the LANG v Link Here
210
</p>
218
</p>
211
219
212
<pre caption="Setting the default system locale in /etc/env.d/02locale">
220
<pre caption="Setting the default system locale in /etc/env.d/02locale">
213
LANG="de_DE.utf8@euro"
214
LC_COLLATE="C"
221
LC_COLLATE="C"
222
LANG="de_DE.utf8@euro"
215
</pre>
223
</pre>
216
224
217
<note>
225
<note>
Lines 227-234 file: Link Here
227
</p>
235
</p>
228
236
229
<pre caption="Setting the user locale in ~/.bashrc">
237
<pre caption="Setting the user locale in ~/.bashrc">
230
export LANG="de_DE.utf8@euro"
231
export LC_COLLATE="C"
238
export LC_COLLATE="C"
239
export LANG="de_DE.utf8@euro"
232
</pre>
240
</pre>
233
241
234
<p>
242
<p>

Return to bug 249273