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

bool
uprop_is_idsu(rune ch)
{
	return ch == 0x2FFE || ch == 0x2FFF;
}