Hi
We don't actually specify any encoding and so it reverts to ASCII, I
suppose.
I'll change it UTF-8 for the next SDK.
In the meant time, if you want to fix it on your current SDK, edit
tools/lib/build.template
and replace the first line:
<?xml version="1.0" ?>
by
<?xml version="1.0" encoding="utf-8"?>
After this change, all new build.xml files created by activityCreator will
be set to UTF-8
thanks,
Xav
On Thu, Feb 12, 2009 at 3:42 AM, recursv <[email protected]> wrote:
>
> Any one have any idea why the activity creator sets the default
> encoding of generated ant files to ASCII ?
> Surely they can't seriously believe that in this day and age of
> forward thinking developers that this would ever be considered the
> desired default ?
>
> >
>
--
Xavier Ducrohet
Android Engineer, Google.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---