Re: Unicode::Collate question

2003-12-04 Thread Rich
va rule based collation data, so they *might* be useful for creating a more comprehensive (and accurate) set of sort modules? The downside is this data is pretty rough ATM but does seem to be improving slowly. I guess p6 is going to use ICU as the basis for I18N - sure hope the APIs are easier though :) Cheers -- Rich [EMAIL PROTECTED]

Re: perlunicode comment - when Unicode does not happen

2003-12-23 Thread Rich
into P6 - hope it will relatively easy to use though - I hate the APIs! Anyway, hope to get something out early(ish) in the new year if anyone is interested - I've already talked to a couple of folks, but more would always be useful! Cheers, -- Rich [EMAIL PROTECTED]

How to use Unicode::Collate in multilinguage apps?

2004-03-26 Thread Rich
ically the correct use of Unicode::Collate in multitasking apps that I'm interested in. Suggestions would be welcome - even more so if they don't involve having to know the TR10 docs inside out! Cheers, -- Rich [EMAIL PROTECTED]

Re: How to use Unicode::Collate in multilinguage apps?

2004-03-30 Thread Rich
$collator = Unicode::Collator::Locale->new(locale => $lang_tag); } ... } Which would be the preferred way of handling this (or are both wrong)? Again, thanks for your replies. -- Rich [EMAIL PROTECTED]

Re: How to use Unicode::Collate in multilinguage apps?

2004-03-31 Thread Rich
Sadahiro Tomoyuki wrote: > On Mon, 29 Mar 2004 23:44:00 +0100 > Rich <[EMAIL PROTECTED]> wrote: > >> Using the multi-lingual server scenario I was initially discussing, would >> one of the following usages be correct (yes, it's just pseudocode and >> exists