kerasking / maven-android-plugin

Automatically exported from code.google.com/p/maven-android-plugin
0 stars 0 forks source link

<applicationLabel> value not well formed in AndroidManifest.xml #367

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
 <manifest>                 
<applicationLabel>Majáles Ostrava</applicationLabel>
</manifest>

What is the expected output?
<application android:label="Majáles Ostrava">

What do you see instead?
<application android:label="Maj�les Ostrava">

What version of maven-android-plugin are you using?
3.5.1

What are the complete output lines of "mvn -version" on your machine?
Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
Maven home: /usr/share/maven
Java version: 1.6.0_43, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.8.3", arch: "x86_64", family: "mac"

Please provide any additional information below.
It seems there is a problem with encoding when using <applicationLabel> tag.

Original issue reported on code.google.com by seals...@gmail.com on 28 Mar 2013 at 4:54

GoogleCodeExporter commented 9 years ago
We are no longer using the issue tracking system on Google Code. Please refile 
this issue on https://github.com/jayway/maven-android-plugin/issues if you 
still have this problem with the latest release of the Android Maven Plugin

Original comment by mosa...@gmail.com on 19 May 2014 at 4:20