Re: [evolution-patches] 17338 - Translator Credits in About Box
- From: Dan Winship <danw novell com>
- To: JP Rosevear <jpr novell com>
- Cc: evolution-patches ximian com
- Subject: Re: [evolution-patches] 17338 - Translator Credits in About Box
- Date: Tue, 07 Sep 2004 15:37:14 -0400
On Tue, 2004-09-07 at 15:01 -0400, JP Rosevear wrote:
> Also, the utf8 comment seems odd, could this be a pre 1.4 hold over? I
> didn't escape some new people and that seemed to work fine.
\x is greedy, so if you say "Garc\xC3\xADa", it's parsed as "Garc\xC3"
plus a "warning: hex escape sequence out of range". It's only a problem
for \x escapes followed by a valid hex digit as the next character
though, which is probably why you didn't have any problems with it.
> + "Danilo Šegan",
You should either use \x escapes there, or use actual UTF-8 chars
consistently through the whole array.
-- Dan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]