[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Problem with Greek fonts in OpenLDAP 1.1
>>>>> "Dimitris" == Dimitris Beleventis <bel@cs.uoi.gr> writes:
Dimitris> We are setting up an LDAP server on an ultraSPARC box
Dimitris> running Solaris 2.6 and we are experiencing some
Dimitris> problems when displaying Greek fonts on Netscape 4.0x,
Dimitris> 4.5 and Internet explorer 4.06.
At least NS4.5 expects the strings to be encoded using UTF-8. I did
not find a way to make it use isolatin1 as you probably are expecting
(IE4 uses isolation1). You can e.g. use a recent Perl for encoding:
$t = join '', pack 'U*', unpack 'C*', $s;
Ulrich Pfeifer
--
echo 'this is a line with only words and spaces!' | perl -ne '/^(\w+|\s+)*$/'
--Jeffrey Friedl