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

bool
uprop_is_idst(rune ch)
{
	return ch == 0x2FF2 || ch == 0x2FF3;
}