Pages du manuel Linux : Fonctions des bibliothèques / m17n

m17nCharacter
Character objects and API for them.
m17nCharset
Charset objects and API for them.
m17nChartable
Chartable objects and API for them.
m17nConv
Coding system objects and API for them.
m17nCore
CORE API
m17nDatabase
The m17n database and API for it.
m17nDebug
Support for m17n library users to debug their programs.
m17nDraw
Drawing M-texts on a window.
m17nError
Error handling of the m17n library.
m17nFace
A face is an object to control appearance of M-text.
m17nFont
Font object.
m17nFontset
A fontset is an object that maps a character to fonts.
m17nFrame
A frame is an object corresponding to the graphic device.
m17nGUI
GUI support for a window system.
m17nInputMethod
API for Input method.
m17nInputMethodWin
Input method support on window systems.
m17nIntro
Introduction to the m17n library.
m17nLocale
Locale objects and API for them.
m17nMisc
MISC API
m17nMtext
M-text objects and API for them.
m17nObject
Managed objects are objects managed by the reference count.
m17nPlist
Property List objects and API for them.
m17nShell
SHELL API
m17nSymbol
Symbol objects and API for them.
m17nTextProperty
Function to handle text properties.
m17n_object
Allocate a managed object.
m17n_object_ref
Increment the reference count of a managed object.
m17n_object_unref
Decrement the reference count of a managed object.
m17n_status
Report which part of the m17n library is initialized.
mchartable
Create a new chartable.
mchartable_lookup
Return the assigned value of a character in a chartable.
mchartable_map
Call a function for characters in a chartable.
mchartable_range
Search for characters that have non-default value.
mchartable_set
Assign a value to a character in a chartable.
mchartable_set_range
Assign a value to the characters in the specified range.
mchar_decode
Decode a code-point.
mchar_define_charset
Define a charset.
mchar_define_property
Define a character property.
mchar_encode
Encode a character code.
mchar_get_prop
Get the value of a character property.
mchar_list_charset
List symbols representing charsets.
mchar_map_charset
Call a function for all the characters in a specified charset.
mchar_put_prop
Set the value of a character property.
mchar_resolve_charset
Resolve charset name.
mconv_buffer_converter
Create a code converter bound to a buffer.
mconv_decode
Decode a byte sequence into an M-text.
mconv_decode_buffer
Decode a buffer area based on a coding system.
mconv_decode_stream
Decode a stream input based on a coding system.
mconv_define_coding
Define a coding system.
mconv_encode
Encode an M-text into a byte sequence.