mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
This release adds Unisurrogate, a utility that computes the UTF-16 surrogate decomposition of characters outside the BMP.
8 lines
189 B
C
8 lines
189 B
C
--- unisurrogate.c.orig 2020-11-20 08:28:53 UTC
|
|
+++ unisurrogate.c
|
|
@@ -1,4 +1,5 @@
|
|
#include <stdlib.h>
|
|
+#include <sys/types.h>
|
|
#include <stdio.h>
|
|
#include <errno.h>
|
|
#include "config.h"
|