JS_SetCStringsAreUTF8 appears in SpiderMonkey 1.8, but the package uses 1.7, so you can't use it at runtime. You have to set it at compile time.
On Thu, Jul 9, 2009 at 5:24 PM, Debian Bug Tracking System<ow...@bugs.debian.org> wrote: > > This is an automatic notification regarding your Bug report > which was filed against the xulrunner package: > > #536431: SpiderMonkey is not compiled with UTF8 support > > It has been closed by Mike Hommey <m...@glandium.org>. > > Their explanation is attached below along with your original report. > If this explanation is unsatisfactory and you have not received a > better one in a separate message then please contact Mike Hommey > <m...@glandium.org> by > replying to this email. > > > -- > 536431: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536431 > Debian Bug Tracking System > Contact ow...@bugs.debian.org with problems > > > ---------- Forwarded message ---------- > From: Mike Hommey <m...@glandium.org> > To: Kristina Chodorow <krist...@10gen.com>, 536431-d...@bugs.debian.org > Date: Thu, 9 Jul 2009 23:19:53 +0200 > Subject: Re: Bug#536431: SpiderMonkey is not compiled with UTF8 support > On Thu, Jul 09, 2009 at 04:37:46PM -0400, Kristina Chodorow wrote: >> Package: xulrunner >> Version: 1.8.1.16 >> Severity: wishlist >> Tags: patch >> >> I'm trying to create a package that require SpiderMonkey to have UTF8 >> support. Could you add it? Here is a patch that does so: > > Why do you need that ? You can enable it at runtime with > js_CStringsAreUTF8. > > Mike > > > > ---------- Forwarded message ---------- > From: Kristina Chodorow <krist...@10gen.com> > To: sub...@bugs.debian.org > Date: Thu, 9 Jul 2009 16:37:46 -0400 > Subject: SpiderMonkey is not compiled with UTF8 support > Package: xulrunner > Version: 1.8.1.16 > Severity: wishlist > Tags: patch > > I'm trying to create a package that require SpiderMonkey to have UTF8 > support. Could you add it? Here is a patch that does so: > > --- debian/rules 2009-07-09 15:44:38.000000000 -0400 > +++ debian/rules 2009-07-09 15:44:49.000000000 -0400 > @@ -63,7 +63,7 @@ build-stamp: config.status > dh_testdir > > # Add here commands to compile the package. > - LD_LIBRARY_PATH=$(CURDIR)/dist/lib $(MAKE) PYTHON_SO=$(shell > objdump -x /usr/lib/lib$(shell pyversions -d).so | grep SONAME | awk > '{print $$2}') $(JAVA_VARS) DEB_NO_JAR=1 > + LD_LIBRARY_PATH=$(CURDIR)/dist/lib $(MAKE) PYTHON_SO=$(shell > objdump -x /usr/lib/lib$(shell pyversions -d).so | grep SONAME | awk > '{print $$2}') $(JAVA_VARS) DEB_NO_JAR=1 JS_C_STRINGS_ARE_UTF8=1 > #docbook-to-man debian/xulrunner.sgml > xulrunner.1 > > touch build-stamp > > > > -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org