Sam Hocevar
|
25344d89b0
|
* Got rid of the now unused _cucul_strlen_utf8() and _cucul_skip_utf8()
functions. They're obsoleted by cucul_utf8_to_utf32() and rendered useless
by fullwidth character support.
|
18 lat temu |
Sam Hocevar
|
26c3ea1aa4
|
* Removed "This function..." constructs from documentation. Fixed a few
documentation errors or imprecisions.
|
18 lat temu |
Sam Hocevar
|
86dedb814e
|
* Implemented cucul_utf32_is_fullwidth().
|
18 lat temu |
Sam Hocevar
|
58f3935f0f
|
* Have cucul_utf8_to_utf32 write how many bytes it read.
* Use that in the SLang driver so that it supports UTF-8 input.
|
18 lat temu |
Sam Hocevar
|
87017d7914
|
* Documented the newly exported charset functions.
|
18 lat temu |
Sam Hocevar
|
9137c0a059
|
* Export the UTF-8 / UTF-32 / CP437 character conversions to applications.
|
18 lat temu |
Sam Hocevar
|
4d029660e1
|
* Implemented the private _cucul_utf32_to_utf8() helper.
|
18 lat temu |
Sam Hocevar
|
5cb4d4dedf
|
* Removed duplicate uint*_t defines from *_internal.h and included common.h
in all .c files that needed it.
|
18 lat temu |
Sam Hocevar
|
687a2c43f6
|
* Renamed caca_t into caca_display_t.
* Renamed canvas handle variables from "c" to "cv". Eh ouais mon gros.
|
18 lat temu |
Sam Hocevar
|
018fda76e8
|
* Removed \file directives from all files except caca.h and cucul.h, to
remove redundencies in the Doxygen documentation.
|
18 lat temu |
Sam Hocevar
|
77f995023d
|
* Slightly changed header comments.
|
18 lat temu |
Sam Hocevar
|
417b598d8d
|
* Factorised some charset handling code into a new cucul/charset.c file.
|
18 lat temu |