Re: Umlaut in project site

2003-11-25 Thread Norbert Pabi
Check these issues.
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-610
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-382
Problems with encoding, entities and national characters are known.
On maven-dev you can see that there is much work in in refactoring and
maven administration now,
and the issues mentioned above seem to have very low priority :(
Paul Libbrecht wrote:
Do report !

What did you experience with UTF-8... I think there's no test-case on 
the topic and I think it's kind of a shame to have this kind of 
imperfection when one, finally, decides on using a file-format where 
encoding can be always guaranteed... XML...

Paul

On Lundi, nove 24, 2003, at 11:19 Europe/Paris, [EMAIL PROTECTED] wrote:

Thank you, setting the encoding to iso-8859-1 works fine. Even though
it's kinda funny that the utf-8 doesn't.
Cheers,
simon
-Original Message-
From: Paul Libbrecht [mailto:[EMAIL PROTECTED]
Sent: Montag, 24. November 2003 10:50
To: Maven Users List
Subject: Re: Umlaut in project site
Simon,

Be it XML (as opposed to some form of HTML), these entites don't exist.
But you you're free to define it. Try getting one of the parts of the
XHTML DTD.
However, it maybe simpler for you to have something more readable and
switch to an encoding aware policy:
- choose your encoding (for just German and English, iso-8859-1 should
do, I would recomment UTF-8): you will need your editors to edit these!
- set this as input and output encoding in the maven properties
- set this in the header of each XML-files
Do note that I had troubles with preciesly umlaute somewhere down the
jar road. But I may have omitted something in there.
If maven was perfect, settting the properties would actually be
useless... but we shall have to wait a bit for perfection.
Paul

On Lundi, nove 24, 2003, at 10:35 Europe/Paris, [EMAIL PROTECTED]
wrote:
How do use umlaut characters in the site xml documentation?

The ususal auml; sequence does not work...



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Norbert Pabi
Technolog
[EMAIL PROTECTED]
http://www.e-point.pl
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Umlaut in project site

2003-11-24 Thread Konstantin Priblouda

--- [EMAIL PROTECTED] wrote:
 How do use umlaut characters in the site xml
 documentation?
 
 The ususal auml; sequence does not work...

did you set encoding in POM properly? 
I found it usefull to specify  ISO-8859-1 wherever I
get xml to use with maven :) 
regards,

=
[ Konstantin Pribluda ( ko5tik ) ]
Zu Verstärkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] für die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
[ http://www.pribluda.de ]

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Umlaut in project site

2003-11-24 Thread Mikael Lundgren
Hi,

I set the encoding=ISO-8859-1 in all documentation xml files, then I 
just write my (in my case) swedish characters just as usual (ie no 
escape codes).

/Mikael

[EMAIL PROTECTED] wrote:
How do use umlaut characters in the site xml documentation?

The ususal auml; sequence does not work...

Cheers,
simon
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Umlaut in project site

2003-11-24 Thread Paul Libbrecht
Simon,

Be it XML (as opposed to some form of HTML), these entites don't exist. 
But you you're free to define it. Try getting one of the parts of the 
XHTML DTD.
However, it maybe simpler for you to have something more readable and 
switch to an encoding aware policy:
- choose your encoding (for just German and English, iso-8859-1 should 
do, I would recomment UTF-8): you will need your editors to edit these!
- set this as input and output encoding in the maven properties
- set this in the header of each XML-files

Do note that I had troubles with preciesly umlaute somewhere down the 
jar road. But I may have omitted something in there.
If maven was perfect, settting the properties would actually be 
useless... but we shall have to wait a bit for perfection.

Paul

On Lundi, nove 24, 2003, at 10:35 Europe/Paris, [EMAIL PROTECTED] 
wrote:

How do use umlaut characters in the site xml documentation?

The ususal auml; sequence does not work...



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Umlaut in project site

2003-11-24 Thread egglersim
Thank you, setting the encoding to iso-8859-1 works fine. Even though
it's kinda funny that the utf-8 doesn't.


Cheers,
simon

-Original Message-
From: Paul Libbrecht [mailto:[EMAIL PROTECTED] 
Sent: Montag, 24. November 2003 10:50
To: Maven Users List
Subject: Re: Umlaut in project site


Simon,

Be it XML (as opposed to some form of HTML), these entites don't exist. 
But you you're free to define it. Try getting one of the parts of the 
XHTML DTD.
However, it maybe simpler for you to have something more readable and 
switch to an encoding aware policy:
- choose your encoding (for just German and English, iso-8859-1 should 
do, I would recomment UTF-8): you will need your editors to edit these!
- set this as input and output encoding in the maven properties
- set this in the header of each XML-files

Do note that I had troubles with preciesly umlaute somewhere down the 
jar road. But I may have omitted something in there.
If maven was perfect, settting the properties would actually be 
useless... but we shall have to wait a bit for perfection.

Paul


On Lundi, nove 24, 2003, at 10:35 Europe/Paris, [EMAIL PROTECTED] 
wrote:

 How do use umlaut characters in the site xml documentation?

 The ususal auml; sequence does not work...



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Umlaut in project site

2003-11-24 Thread Paul Libbrecht
Do report !

What did you experience with UTF-8... I think there's no test-case on 
the topic and I think it's kind of a shame to have this kind of 
imperfection when one, finally, decides on using a file-format where 
encoding can be always guaranteed... XML...

Paul

On Lundi, nove 24, 2003, at 11:19 Europe/Paris, [EMAIL PROTECTED] 
wrote:

Thank you, setting the encoding to iso-8859-1 works fine. Even though
it's kinda funny that the utf-8 doesn't.
Cheers,
simon
-Original Message-
From: Paul Libbrecht [mailto:[EMAIL PROTECTED]
Sent: Montag, 24. November 2003 10:50
To: Maven Users List
Subject: Re: Umlaut in project site
Simon,

Be it XML (as opposed to some form of HTML), these entites don't exist.
But you you're free to define it. Try getting one of the parts of the
XHTML DTD.
However, it maybe simpler for you to have something more readable and
switch to an encoding aware policy:
- choose your encoding (for just German and English, iso-8859-1 should
do, I would recomment UTF-8): you will need your editors to edit these!
- set this as input and output encoding in the maven properties
- set this in the header of each XML-files
Do note that I had troubles with preciesly umlaute somewhere down the
jar road. But I may have omitted something in there.
If maven was perfect, settting the properties would actually be
useless... but we shall have to wait a bit for perfection.
Paul

On Lundi, nove 24, 2003, at 10:35 Europe/Paris, [EMAIL PROTECTED]
wrote:
How do use umlaut characters in the site xml documentation?

The ususal auml; sequence does not work...



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]