Query: get_uformat
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
get_uformat(3alleg4) Allegro manual get_uformat(3alleg4)NAMEget_uformat - Finds out what text encoding format is currently selected. Allegro game programming library.SYNOPSIS#include <allegro.h> int get_uformat(void);DESCRIPTIONFinds 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 VALUEReturns the currently selected text encoding format. See the documentation of set_uformat() for a list of encoding formats.SEE ALSOset_uformat(3alleg4) Allegro version 4.4.2 get_uformat(3alleg4)
Related Man Pages |
---|
need_uconvert(3alleg4) - debian |
set_uformat(3alleg4) - debian |
set_uformat(3alleg4) - mojave |
need_uconvert(3alleg4) - v7 |
set_uformat(3alleg4) - osx |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |
New UNIX and Linux History Sections |