There was a similar query yesterday from another user. Someone
suggested taking a look at:
http://maven.apache.org/plugins/maven-resources-plugin/examples/encoding.html

I don't know if this will be helpful or not. Where is the string SAÝT
coming from -- your project name/description/etc in the pom file
itself, or a resource file? Character encoding in Java is certainly
annoying -- if you don't get it JUST right, things break. And I'm
certainly a novice in this area.

Wayne

On 6/21/07, MUSTAFA SAIT OZEN <[EMAIL PROTECTED]> wrote:
I need Turkish Encoding Support from Maven. I have a pom.xml like
"<plugin>
       <artifactId>maven-site-plugin</artifactId>
       <configuration>
         <outputEncoding>UTF-8</outputEncoding>
       </configuration>
     </plugin>"
When project site is created, I see that Turkish letters are lost.
I have changed outputencoding property and pom.xml encoding as ISO-8859-9. But 
nothing changed :(
SAÝT look like SA?T in project site. Can anyone help me???


-----------------------------------------------------------------------
Mustafa Sait ÖZEN



---------------------------------------------------------------------
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]

Reply via email to