Lolly
1.4.28
Loading...
Searching...
No Matches
System
Language
locale.hpp
Go to the documentation of this file.
1
2
/******************************************************************************
3
* MODULE : locale.hpp
4
* DESCRIPTION: Locale related routines
5
* COPYRIGHT : (C) 1999-2019 Joris van der Hoeven, Darcy Shen
6
*******************************************************************************
7
* This software falls under the GNU general public license version 3 or later.
8
* It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE
9
* in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>.
10
******************************************************************************/
11
12
#ifndef LOCALE_HPP
13
#define LOCALE_HPP
14
15
#include "
string.hpp
"
16
17
string
locale_to_language
(
string
s);
18
string
language_to_locale
(
string
s);
19
string
language_to_local_ISO_charset
(
string
s);
20
string
get_locale_language
();
21
string
get_locale_charset
();
22
23
#endif
locale_to_language
string locale_to_language(string s)
Definition
locale.cpp:155
language_to_local_ISO_charset
string language_to_local_ISO_charset(string s)
Definition
locale.cpp:222
language_to_locale
string language_to_locale(string s)
Definition
locale.cpp:189
get_locale_charset
string get_locale_charset()
Definition
locale.cpp:269
get_locale_language
string get_locale_language()
Definition
locale.cpp:242
string.hpp
Generated by
1.10.0