diff options
author | Jacob Moody <moody@posixcafe.org> | 2023-03-27 03:45:32 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2023-03-27 03:45:32 +0000 |
commit | d2753b4d5f877b14426b55554945863364b0fbbf (patch) | |
tree | e9e4adb115c54c6ee14062d7a109fd9e1e49f72a /sys/src/cmd/tcs/hdr.h | |
parent | e0d114547c7f54ebd32b69f922e7d6538a63636e (diff) |
tcs: add nfc and nfd output formats
Diffstat (limited to 'sys/src/cmd/tcs/hdr.h')
-rw-r--r-- | sys/src/cmd/tcs/hdr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/tcs/hdr.h b/sys/src/cmd/tcs/hdr.h index 35ec19993..62d70b790 100644 --- a/sys/src/cmd/tcs/hdr.h +++ b/sys/src/cmd/tcs/hdr.h @@ -23,6 +23,8 @@ int fixsurrogate(Rune *rp, Rune r2); void utf_in(int, long *, struct convert *); void utf_out(Rune *, int, long *); +void utfnfc_out(Rune *, int, long *); +void utfnfd_out(Rune *, int, long *); void isoutf_in(int, long *, struct convert *); void isoutf_out(Rune *, int, long *); |