0020.pre-localization revision 17971
15760N/A# The contents of this file are subject to the terms of the 15760N/A# Common Development and Distribution License, Version 1.0 only 15760N/A# (the "License"). You may not use this file except in compliance 15760N/A# See the License for the specific language governing permissions 15760N/A# and limitations under the License. 15760N/A# When distributing Covered Code, include this CDDL HEADER in each 15760N/A# If applicable, add the following below this CDDL HEADER, with the 15760N/A# fields enclosed by brackets "[]" replaced with your own identifying 15760N/A# information: Portions Copyright [yyyy] [name of copyright owner] 15760N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 15760N/A# Use is subject to license terms. 15760N/A# LC_MESSAGES=$LANG; export LC_MESSAGES 15760N/A# To determine the character set used for filenames with 15760N/A# environment variables G_FILENAME_ENCODING and G_BROKEN_FILENAMES. 15760N/A# G_BROKEN_FILENAMES, when set, lets the functions take the 15760N/A# character set for the current locale for filename's encoding. 15760N/A# G_FILENAME_ENCODING, which is introduced to glib 2.3.x and later, may be 15760N/A# set to a comma-separated list of character set names. 15760N/A# The special token "@locale" is taken to mean the character set 15760N/A# for the current locale. The first character set from the list is taken 15760N/A# If G_FILENAME_ENCODING is not set, but G_BROKEN_FILENAMES is, the 15760N/A# character set of the current locale is taken as the filename encoding. 15760N/A# Locale specific .desktop files