[OGo-Developer] sope/sogo/ogo with gsmake 2

Sebastian Reitenbach developer@opengroupware.org
Thu, 07 Feb 2008 07:36:11 +0100


developer@opengroupware.org wrote: 
> On 06.02.2008, at 23:04, Sebastian Reitenbach wrote:
> > OGo shows a login page, but then segfaults after
> > login, because of gnustep-base incompatibilities.
> 
> ...
> 
> > Btw, I ran all *plist files through recode, but svn ci did not  
> > catched that up. Is there an easy way to tell svn that these have  
> > changed?
> 
> Well, they probably contain nothing which required a change? (plists  
> _usually_ only contain ASCII). If the file actually changed, 'svn  
> stat' / 'svn commit' will show it.
The encoding from at least this file changed:
./WebUI/Mailer/OGoWebMail/Defaults.plist

...
  mail_MDN_type                     =3D "ask";
  mail_MDN_text                     =3D "This is a Return Receipt for the mail 
you sent on $date$ \nto $to$ with subject '$subject$'.\n\nThis only 
acknowledges that the message was displayed on the recipient's machine. 
\nThis is no guarantee that the message has been read or understood.";
  //mail_MDN_text                     =3D "Dies ist eine Antwortbest=E4tigung 
f=FCr die Nachricht, die Sie am $date$ \nan $to$ mit dem Titel '$subject$' 
gesendet haben.\n\nDas bedeutet lediglich, dass die Nachricht auf dem 
Bildschirm des Empf=E4ngers dargestellt wurde. \nDas ist keine Garantie daf=FCr, 
dass die Nachricht gelesen oder verstanden wurde.";
  mail_MDN_subject                  =3D "Antwortbest=E4tigung";
....

The =E4 and =FC are the problem in there. I could also remove these German 
lines, and I also wondered, why mail_MDN_subject Default is German, but the 
rest is English.

Sebastian