Sha256: 3f59292abf6de60bcb00f91066d096495d89799e51debf10053430fa12f79de3

Contents?: true

Size: 563 Bytes

Versions: 4

Compression:

Stored size: 563 Bytes

Contents

#ifndef H_LOCAL
#define H_LOCAL
/*
	local: some stuff for localisation

	Currently, this is just about determining if we got UTF-8 locale.

	copyright 2008 by the mpg123 project - free software under the terms of the LGPL 2.1
	see COPYING and AUTHORS files in distribution or http://mpg123.org
	initially written by Thomas Orgis, based on a patch by Thorsten Glaser.
*/

/* Pulled in by mpg123app.h! */

/* This is 1 if check_locale found UTF-8, 0 if not. */
extern int utf8env;

/* Check/set locale, set the utf8env variable. */
void check_locale(void);

#endif

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
seal-0.1.3 mpg123/src/local.h
seal-0.1.2 mpg123/src/local.h
seal-0.1.1 mpg123/src/local.h
seal-0.1.0 mpg123/src/local.h