diff options
author | Mattias Andrée <maandree@kth.se> | 2021-09-08 21:07:39 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-09-08 21:09:07 +0200 |
commit | d4fa67be4b172654f7b866c11d695123099baaac (patch) | |
tree | 4e425c0d11f369173099f8b543e38888e941cfd8 /libnumtext.h | |
parent | Test DENOM|ORD (diff) | |
download | libnumtext-d4fa67be4b172654f7b866c11d695123099baaac.tar.gz libnumtext-d4fa67be4b172654f7b866c11d695123099baaac.tar.bz2 libnumtext-d4fa67be4b172654f7b866c11d695123099baaac.tar.xz |
m + add TODO
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libnumtext.h')
-rw-r--r-- | libnumtext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnumtext.h b/libnumtext.h index 7e8f944..27bd73f 100644 --- a/libnumtext.h +++ b/libnumtext.h @@ -51,10 +51,10 @@ enum libnumtext_language { #define LIBNUMTEXT_N2T_SWEDISH_LATEX_TRIPLETS UINT32_C(0x00002000) /* …, e"ttusen, … (for use in LaTeX) */ /* [1] If used, also use LIBNUMTEXT_N2T_SWEDISH_IMPLICIT_ONE, otherwise the Swedish becomes odd, and arguably incorrect */ -/* [2] Requires LIBNUMTEXT_N2T_SWEDISH_ORDINAL (no effect) or LIBNUMTEXT_N2T_SWEDISH_DENOMINATOR */ +/* [2] Requires LIBNUMTEXT_N2T_SWEDISH_ORDINAL (no effect) or LIBNUMTEXT_N2T_SWEDISH_DENOMINATOR */ -/* input to libnumtext_num2str may not contain separators */ +/* input to libnumtext_num2text may not contain separators */ ssize_t libnumtext_remove_separators(char *outbuf, size_t outbuf_size, const char *num, size_t num_len, enum libnumtext_language lang); |