Piviul | 1 Feb 2005 11:15

non ascii charset

Hi all, if I insert a non ascii char in an ldap directory turba doesn't 
return any error but the non ascii char is translated with a "?" char.

In sources.php I've set
> 'charset' => 'UTF-8' 
and the openldap version I'm using is 2.0.23.

Someone can help me to try to solve this problem?

Piviul
--

-- 
Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

Jan Schneider | 1 Feb 2005 12:06
Favicon
Gravatar

Re: non ascii charset

Zitat von Piviul <pluto <at> flanet.org>:

> Hi all, if I insert a non ascii char in an ldap directory turba doesn't
> return any error but the non ascii char is translated with a "?" char.
>
> In sources.php I've set
>> 'charset' => 'UTF-8'
> and the openldap version I'm using is 2.0.23.
>
> Someone can help me to try to solve this problem?

Which charset does horde use in the interface? See View -> Character
Encoding (or similar).

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
--

-- 
Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

Piviul | 1 Feb 2005 12:17

Re: non ascii charset

Thank you very and very much Jan.

Jan Schneider wrote:
> Zitat von Piviul <pluto <at> flanet.org>:
> Which charset does horde use in the interface? See View -> Character
> Encoding (or similar).

Do you mean in the browser? The browser is set to use /Unicode (UTF-8)/
character encoding!

Piviul

--

-- 
Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

Piviul | 1 Feb 2005 15:04

Re: non ascii charset

Piviul wrote:
> Thank you very and very much Jan.
> 
> Jan Schneider wrote:
> 
>> Zitat von Piviul <pluto <at> flanet.org>:
>> Which charset does horde use in the interface? See View -> Character
>> Encoding (or similar).
> 
> Do you mean in the browser? The browser is set to use /Unicode (UTF-8)/
> character encoding!

Do you think I have configured something wrong on the ldap server?

Piviul
--

-- 
Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

Chris J. Alexander | 1 Feb 2005 15:40
Favicon

issue upgrading from 1.2 -> 2.0

I am in the process of updating from Turba 1.2 -> 2.0 (as part of a larger 
upgrade to the latest Horde/Imp/Ingo/Turba Suite).  The new Turba does not 
appear to be reading the older entries correctly from my mySQL-based local 
address book.  New entries work fine.  As best I can tell from examining the 
database, my Turba 1.2 seems to put fields in different places than my Turba 
2.0.  I have run the upgrade script, but that only seems to have added the 
appropriate fields, not dealt with this data discrepency.

Example (only relavent fields included for space):

>From an old contact entered in Turba 1.2:

+-----------------------------+-----------------------------------------------------------+-------------------+-------------+-----------------+
| object_type                 | object_uid 
| object_members    | object_name | object_email    |
+-----------------------------+-----------------------------------------------------------+-------------------+-------------+-----------------+
| Benny Boop                  | [NULL] 
| bboop <at> emory.edu   |             |                 |
+-----------------------------+-----------------------------------------------------------+-------------------+-------------+-----------------+

>From a new contact entered in Turba 2.0:

+-----------------------------+-----------------------------------------------------------+-------------------+-------------+-----------------+
| object_type                 | object_uid 
| object_members    | object_name | object_email    |
+-----------------------------+-----------------------------------------------------------+-------------------+-------------+-----------------+
| Object                      | 
20050131172134.13y21sv5rqe8 <at> webmailtest.service.emory.edu | [NULL]            | 
Betty Booop | bboop <at> emory.edu |
+-----------------------------+-----------------------------------------------------------+-------------------+-------------+-----------------+
(Continue reading)

Jan Schneider | 1 Feb 2005 15:52
Favicon
Gravatar

Re: issue upgrading from 1.2 -> 2.0

Zitat von "Chris J. Alexander" <cjalexa <at> emory.edu>:

>> From an old contact entered in Turba 1.2:
>
> +-----------------------------+-----------------------------------------------------------+-------------------+-------------+-----------------+
> | object_type                 | object_uid
> | object_members    | object_name | object_email    |
> +-----------------------------+-----------------------------------------------------------+-------------------+-------------+-----------------+
> | Benny Boop                  | [NULL]
> | bboop <at> emory.edu   |             |                 |
> +-----------------------------+-----------------------------------------------------------+-------------------+-------------+-----------------+

This row is completely broken. No idea how that ever worked with the old
Turba version, or how you got the row to look like that.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
--

-- 
Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

Chris J. Alexander | 1 Feb 2005 16:11
Favicon

Re: issue upgrading from 1.2 -> 2.0

Doh! (or as I just found out recently, in Simpsons scripts this is written as 
<annoyed grunt>)

My method for making a backup copy of the data helpfully corrupted it.  I see 
what I did wrong.

Thanks!
CJA
----- Original Message ----- 
From: "Jan Schneider" <jan <at> horde.org>
To: <turba <at> lists.horde.org>
Sent: Tuesday, February 01, 2005 9:52 AM
Subject: Re: [turba] issue upgrading from 1.2 -> 2.0

> Zitat von "Chris J. Alexander" <cjalexa <at> emory.edu>:
>
>>> From an old contact entered in Turba 1.2:
>>
>> +-----------------------------+-----------------------------------------------------------+-------------------+-------------+-----------------+
>> | object_type                 | object_uid
>> | object_members    | object_name | object_email    |
>> +-----------------------------+-----------------------------------------------------------+-------------------+-------------+-----------------+
>> | Benny Boop                  | [NULL]
>> | bboop <at> emory.edu   |             |                 |
>> +-----------------------------+-----------------------------------------------------------+-------------------+-------------+-----------------+
>
> This row is completely broken. No idea how that ever worked with the old
> Turba version, or how you got the row to look like that.
>
> Jan.
(Continue reading)

Piviul | 1 Feb 2005 16:58

Re: non ascii charset

Solved, it was my fault; I was putting the charset directive in a wrong
place.

Thank you very much

Piviul

--

-- 
Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe <at> lists.horde.org

Edwin L. Culp | 2 Feb 2005 15:05

Re: turba sources.conf

Quoting David Irvine <david <at> david-irvine.com>:

> ?Hi
>
> I wonder if you would be able to give me some pointers I am having load
> of difficulties in setting up turba and ldap and really would like to. I
> note in teh lst you offered somebody a copy of your sources files.
>
> If you would not mind I would love a copy and also perhaps your acl bits
> from slapd.conf as well
>
> I am having a terrrible time
>
> Many thanks
> in advance

Hi David,

How about our keeping this on the list so others can have an oportunity 
to help
you also or to correct my advise;)

Your explanation doesn't tell me much as to what your problem is but I'll send
you some things that you asked for that will hopefully help.

My acl bits are basic and should be clear.  I've only added three 
rules, one for
each user accessable addressbook to allow folks to modify their entries and it
is trivial to add additional DN's for other reasons. My ldap tree structure
should also be obvious.
(Continue reading)

Edwin L. Culp | 2 Feb 2005 15:14

Re: turba sources.conf

Forgot the attachment, sorry.

ed

Quoting David Irvine <david <at> david-irvine.com>:

> ?Hi
>
> I wonder if you would be able to give me some pointers I am having load
> of difficulties in setting up turba and ldap and really would like to. I
> note in teh lst you offered somebody a copy of your sources files.
>
> If you would not mind I would love a copy and also perhaps your acl bits
> from slapd.conf as well
>
> I am having a terrrible time
>
> Many thanks
> in advance

Hi David,

How about our keeping this on the list so others can have an oportunity
to help
you also or to correct my advise;)

Your explanation doesn't tell me much as to what your problem is but I'll send
you some things that you asked for that will hopefully help.

My acl bits are basic and should be clear.  I've only added three
(Continue reading)


Gmane