Hi Eric, On Fri, Apr 08, 2005 at 01:36:12PM +0200, "eric.bachard" <[EMAIL PROTECTED]> wrote:
> Please have a look at > <http://www.openoffice.org/issues/show_bug.cgi?id=44528> > > The mechanism simply uses strcmp. A bit old, but efficiency. OK, sorry for the duplicate issue. > Why don't we > >update the file with Kevin's one (as in OOo 1.1.4). I've added a > >comment on issue #46963. > > Yes, I agree with Jaguar part, but Panther part must be tested with both : > > de, fr, ja *and other* "accented" locales, because locale is a strange > thing with X11 on Mac OSX. > > To test it, simply rebuild vcl, backup the old build in > unxmacxp.pro_backup, for example, apply the patch and build. > Just cp the new *dylib in /Applications/openoffice.org1.9.xx/program and > try... Hmm... just copying OOo1.1.4's libsalextra_x11osx_mxp.dylib into OOo1.9.9x program directory is enough for testing this since we only changes osxlocale.c. I've just tested ja and fr language setting with Mac OS X 10.3.8's Preference Pane, and found that Kevin's code solves the problem in both language. So I recommend using CFLocaleCopyCurrent() in Panther code as in OOo 1.1.4. Cheers, -- Etsushi Kato [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
