mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +00:00
[MOD/FIX] Licensewerk, start counting by codepoint
XEP-0426 came out of the blue, and it *hit* me!
This commit is contained in:
parent
dba3dcc85f
commit
c2ea3807ec
7 changed files with 100 additions and 8 deletions
|
|
@ -286,6 +286,10 @@ extern void ParseeCleanup(void *data);
|
|||
/* Finds the offset of the first line without a '>' at its start. */
|
||||
extern int ParseeFindDatastart(char *data);
|
||||
|
||||
/* Finds the offset of the first line without a '>' at its start(as
|
||||
* Unicode codepoints). */
|
||||
extern int ParseeFindDatastartU(char *data);
|
||||
|
||||
|
||||
/* XMPP-ifies a message event to XEP-0393 if possible. */
|
||||
extern char * ParseeXMPPify(HashMap *event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue