<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>sorting OHG (non-ASCII) in
PERL</title></head><body>
<div>Hi,</div>
<div><br></div>
<div>stupid question but perhaps the freaks can help me:</div>
<div><br></div>
<div>we're building a database of Old High German words. Obviously,
there are some characters that are<b> not</b> in ASCII (diacritics
like stress marks ' and carots ^) and chars that do not follow the
'normal' sorting order (like 'uu' for 'w'). One possibility would be
to recode these chars (e.g. get rid off the diacritics for sorting and
put them back on in the output), but is there a more elegant and
general way (e.g. in case one would like to have a long 'e' after the
short 'e' etc.) so that one could use it for other scripts as well
(UTF puts chars in an order that does not necessarily reflect the
'intuitiv' sequence in a language). - Is there a modul to tell PERL
which sorting sequence one would like to use or do I have to program
it myself?</div>
<div><br></div>
<div>Thanx for any hints.</div>
<div><br></div>
<div>Henning Reetz</div>
</body>
</html>