ALLEGRO_USTR
typedef struct _al_tagbstring ALLEGRO_USTR;
Introduced in 5.0.0
An opaque type representing a string. ALLEGRO_USTRs normally contain UTF-8 encoded strings, but they may be used to hold any byte sequences, including NULs.
Most helpful discussions:
- About utf8 fonts (1)
- [A5] Writing Unicode to a file (1)
- Converting allegro_key_xxx to the same character (1)
- al_load_bitmap question
- al_ref_ustr start and end effect
- Possible bug in allegro utf8 function
- letters are rendered in their seperated form, this may require glyph hook maybe?
- Windows: File Selection and Clipboard broken after unicode change
- Input routine works, then does not
- Question about ALLEGRO_EVENT_KEY_CHAR
Other recent discussions:
- Text input using allegro 5
- Class bloat - "How much is too much?"
- TINS 2016
- If it's true, you don't believ in the afterlife.
- al_fprintf
- Native file dialog patch
- Text reading and writing fromt/to clipboard
- Help for al_draw_ustr()
- A5.1.8 's al_get_standard_path has some problem
- I need help with my text drawing function