Top | ![]() |
![]() |
![]() |
![]() |
GwyInventory * | gwy_entities () |
const gchar * | gwy_entities_entity_to_utf8 () |
gchar * | gwy_entities_text_to_utf8 () |
A subset of named SGML-like symbol entities (e.g.
α
), to be used namely in GwySciText.
Function gwy_entities_entity_to_utf8()
converts a signle entity to UTF-8.
Function gwy_entities_text_to_utf8()
converts a text containing entities to
UTF-8. An GwyInventory with all available entities can be obtained with
gwy_entities()
.
GwyInventory *
gwy_entities (void
);
Returns a constant inventory with all available entities.
const gchar *
gwy_entities_entity_to_utf8 (const gchar *entity
);
Converts a single named entity entity
to UTF-8 representation.
The string passed to this function should be a bare entity name, i.e. it should not contain the ampersand and semicolon.