summaryrefslogtreecommitdiff
path: root/src/zope/i18n/locales/data/transforms/Latin-Jamo.xml
blob: a912c849812b38d9a226f4fa0f13fd3d8311a539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE supplementalData SYSTEM "http://www.unicode.org/cldr/dtd/1.5/ldmlSupplemental.dtd">
<supplementalData>
	<transforms>
		<transform source="Latin" target="Jamo" direction="forward">
			<tRule>::[[:script=Latin:][:M:]-];</tRule>
			<tRule>::NFD;</tRule>
			<tRule>::Lower;</tRule>
			<tRule>::Latin-ConjoiningJamo;</tRule>
			<tRule>::[[:script=Latin:][:M:]] NFC;</tRule>
		</transform>
	</transforms>
</supplementalData>