get_uformat(3alleg4) osx man page | unix.com

Man Page: get_uformat

Operating Environment: osx

Section: 3alleg4

get_uformat(3alleg4)						  Allegro manual					      get_uformat(3alleg4)

NAME
get_uformat - Finds out what text encoding format is currently selected. Allegro game programming library. SYNOPSIS
#include <allegro.h> int get_uformat(void); DESCRIPTION
Finds out what text encoding format is currently selected. This function is probably useful only if you are writing an Allegro addon deal- ing with text strings and you use a different codepath for each possible format. Example: switch(get_uformat()) { case U_ASCII: do_something(); break; case U_UTF8: do_something_else(); break; ... } RETURN VALUE
Returns the currently selected text encoding format. See the documentation of set_uformat() for a list of encoding formats. SEE ALSO
set_uformat(3alleg4) Allegro version 4.4.2 get_uformat(3alleg4)
Related Man Pages
set_uformat(3alleg4) - debian
need_uconvert(3alleg4) - centos
set_uformat(3alleg4) - centos
set_uformat(3alleg4) - opendarwin
set_uformat(3alleg4) - mojave
Similar Topics in the Unix Linux Community
When is a _function_ not a _function_?
Hearing Aid for OSX 10.12.x and greater.
A dash to GOTO or a dash from GOTO, that is the question...
Syntax error in subtraction in Bash
Python: Refer a properties file from different location