From: Marko M. <ti...@sb...> - 2007-09-13 13:07:39
Hi!
I have a little swt app using some Euro signs in some Labels.
Well, there should be Euro signs, but instead there are squares.
Any idea how to fix that?
Thanks and bye,
Marko
From: Marco T. <ma...@mt...> - 2007-09-13 14:47:41
Hey Marko
Marko Mocnik wrote:
> Hi!
>
> I have a little swt app using some Euro signs in some Labels.
> Well, there should be Euro signs, but instead there are squares.
> Any idea how to fix that?
Use UTF8 for your source files and add "--encoding=UTF-8" as custom GCJ
flag. This works for me...
Marco
> Thanks and bye,
> Marko
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> javaCompiler-users mailing list
> jav...@li...
> https://lists.sourceforge.net/lists/listinfo/javacompiler-users
From: Marko M. <ti...@sb...> - 2007-09-13 15:17:45
Hi!
Thanks a ton, that worked. ;)
Bye,
Marko
Zitat von Marco Trudel <ma...@mt...>:
> Hey Marko
>
> Marko Mocnik wrote:
>> Hi!
>>
>> I have a little swt app using some Euro signs in some Labels.
>> Well, there should be Euro signs, but instead there are squares.
>> Any idea how to fix that?
>
> Use UTF8 for your source files and add "--encoding=UTF-8" as custom
> GCJ flag. This works for me...
>
>
> Marco
>
>> Thanks and bye,
>> Marko
>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2005.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> javaCompiler-users mailing list
>> jav...@li...
>> https://lists.sourceforge.net/lists/listinfo/javacompiler-users
>
>