<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I used patgen for Georgian. Georgian UTF-8 is 3 bytes long.<br>so when patgen asks for Number of chars I use 3*N1, 3*N2 Where N1 and N2 <br>are for one byte chars what patgen expects :) I had no succes <br>with opatgen (unicode patgen)/was unable copile it for windows. <br>This is nice program and library. Unfortunately not updated long time/<br><br>this will wotk for Kmer language also (3 bytes long)<br>http://utf8-chartable.de/unicode-utf8-table.pl<br><br>another way is to convert your words(actually chars) to 1 byte encoding , <br>than use patgen as described and convert generated patterns back to utf-8. <br>But as i mentioned way above worked for me. after that I just converted <br>generated paterns for 1byte encoding for georgian tex (T8M).(this<br>is not necessaary if you dont need hypenation support for 1byte TeX<br>engines) .<br>Those 2 sets of generated patterns work for 1byte and utf-8 respectivelly. <br>pattern loading is handled with hyph-utf8 package<br><br><br><div>> From: tex-hyphen-request@tug.org<br>> Subject: tex-hyphen Digest, Vol 58, Issue 1<br>> To: tex-hyphen@tug.org<br>> Date: Thu, 9 Oct 2014 12:00:01 +0200<br>> <br>> Send tex-hyphen mailing list submissions to<br>>     tex-hyphen@tug.org<br>> <br>> To subscribe or unsubscribe via the World Wide Web, visit<br>>         http://tug.org/mailman/listinfo/tex-hyphen<br>> or, via email, send a message with subject or body 'help' to<br>>     tex-hyphen-request@tug.org<br>> <br>> You can reach the person managing the list at<br>>     tex-hyphen-owner@tug.org<br>> <br>> When replying, please edit your Subject line so it is more specific<br>> than "Re: Contents of tex-hyphen digest..."<br>> <br>> <br>> Today's Topics:<br>> <br>>    1. Help with UTF-8 Language (Nathan Wells)<br>>    2. Re: Help with UTF-8 Language (Werner LEMBERG)<br>> <br>> <br>> ----------------------------------------------------------------------<br>> <br>> Message: 1<br>> Date: Thu, 9 Oct 2014 08:12:57 +0700<br>> From: Nathan Wells <sungkhum@gmail.com><br>> To: <tex-hyphen@tug.org><br>> Subject: [tex-hyphen] Help with UTF-8 Language<br>> Message-ID:<br>>      <CAFSe7HR6JBm4+R07j50Bha6TkVnKVUsvbyV8tNf+7eh7d2NuxA@mail.gmail.com><br>> Content-Type: text/plain; charset="utf-8"<br>> <br>> Hello,<br>> I am not sure if this is the right place to ask, but I am trying to create<br>> hyphenation rules for a UTF-8 language (Khmer). I've tried patgen, but I<br>> can't get it to work (some have said it doesn't support UTF-8?).<br>> <br>> I would like to use the output for Hunspell as well as Tex.<br>> <br>> I've asked this question here as well (and I've included sample data):<br>> http://tex.stackexchange.com/questions/205154/patgen-to-create-hyphenation-dictionary-for-utf-8-language?noredirect=1#comment479516_205154<br>> <br>> But thought I would ask on this mailing list since it seems there are many<br>> experts here.<br>> <br>> Thanks for your help,<br>> Nathan<br>> -------------- next part --------------<br>> An HTML attachment was scrubbed...<br>> URL: <http://tug.org/pipermail/tex-hyphen/attachments/20141009/4d36a50a/attachment-0001.html><br>> <br>> ------------------------------<br>> <br>> Message: 2<br>> Date: Thu, 9 Oct 2014 09:23:02 +0200<br>> From: Werner LEMBERG <wl@gnu.org><br>> To: <tex-hyphen@tug.org>, <sungkhum@gmail.com><br>> Subject: Re: [tex-hyphen] Help with UTF-8 Language<br>> Message-ID: <20141009.092302.316116496.wl@gnu.org><br>> Content-Type: text/plain; charset="us-ascii"<br>> <br>> <br><br>> > I am not sure if this is the right place to ask, but I am trying to<br>> > create hyphenation rules for a UTF-8 language (Khmer). I've tried<br>> > patgen, but I can't get it to work (some have said it doesn't<br>> > support UTF-8?).<br>> > <br>> > I would like to use the output for Hunspell as well as Tex.<br>> > <br>> > I've asked this question here as well (and I've included sample data):<br>> > http://tex.stackexchange.com/questions/205154/patgen-to-create-hyphenation-dictionary-for-utf-8-language?noredirect=1#comment479516_205154<br>> <br>> I've answered it there.<br>> <br>> <br>>      Werner<br>> <br>> <br>> ------------------------------<br>> <br>> Subject: Digest Footer<br>> <br>> _______________________________________________<br>> tex-hyphen mailing list<br>> tex-hyphen@tug.org<br>> http://tug.org/mailman/listinfo/tex-hyphen<br>> <br>> <br>> ------------------------------<br>> <br>> End of tex-hyphen Digest, Vol 58, Issue 1<br>> *****************************************<br></div>                                    </div></body>
</html>