aboutsummaryrefslogtreecommitdiff
path: root/lib/unicode/prop/uprop_is_join_c.c
blob: 91dd816820e25a80abccf79074f74b4b76740bf1 (plain) (blame)
1
2
3
4
5
6
7
#include "unicode/prop.h"

bool
uprop_is_join_c(rune ch)
{
	return ch == 0x200C || ch == 0x200D;
}