[7u4] Request for review for 7153735: [macosx] Text with diacritics is pasted with broken encoding
Artem Ananiev
artem.ananiev at oracle.com
Mon Mar 26 06:09:58 PDT 2012
Hi, Alex,
did you consider defining $(PLATFORM_PROPERTIES) in Defs.gmk to
$(PLATFORM_SRC)/lib by default and then overriding it in Defs-macosx.gmk
to $(BUILDDIR)/../src/macosx/lib?
Thanks,
Artem
On 3/25/2012 12:20 AM, Alexander Zuev wrote:
> Hello,
>
> please review my fix for CR 7153735: [macosx] Text with diacritics is
> pasted with broken encoding
> The cause of the bug is that we are using flavormap.properties file
> specific for Solaris OS and for Mac OS X
> it should slightly differ. As i'm sure that problems like that will
> occur time to time the best way to deal with
> them all is to create the macosx-specific set of .property files in
> src/macosx/lib and to modify the makefiles
> so we can define where to get properties files on every platform without
> redefining the PLATFORM_SRC variable.
>
> The bug description:
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7153735
> Webrev with proposed fix:
> http://cr.openjdk.java.net/~kizune/7153735/webrev.00/
>
> With best regards,
> Alex
More information about the macosx-port-dev
mailing list