You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Sebastian Bergmann <li...@sebastian-bergmann.de> on 2002/07/08 07:12:37 UTC

How to enable UTF8 in Win32 build?

  Because right now I get

    svn_error: #21019 : <Trying to use an unsupported feature>
      non-ascii characters detected, please recompile with --enable-utf8

  TIA,
Sebastian

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: How to enable UTF8 in Win32 build?

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
Philip Martin <ph...@codematters.co.uk> writes:
> >     svn_error: #21019 : <Trying to use an unsupported feature>
> >       non-ascii characters detected, please recompile with --enable-utf8
> 
> Revision 2429 fixes a problem in non-UTF8 enabled builds that
> erroneously produced this message.

In fairness to Marcus Comstedt, I should point out that this problem
was introduced by me, it was not in his original patch.

-K


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: How to enable UTF8 in Win32 build?

Posted by Philip Martin <ph...@codematters.co.uk>.
Sebastian Bergmann <li...@sebastian-bergmann.de> writes:

>   Because right now I get
> 
>     svn_error: #21019 : <Trying to use an unsupported feature>
>       non-ascii characters detected, please recompile with --enable-utf8

Revision 2429 fixes a problem in non-UTF8 enabled builds that
erroneously produced this message.

-- 
Philip

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: How to enable UTF8 in Win32 build?

Posted by Marcus Comstedt <ma...@mc.pp.se>.
Sebastian Bergmann <li...@sebastian-bergmann.de> writes:

> Philip Martin wrote:
> > On Unix, configuring with --enable-utf8 adds -DSVN_UTF8 to the compile
> > flags. I assume you need to do something similar on Win32.
> 
>   Okay, the question now is to find the right .dsp file(s) to add this
>   to...


Adding it to libsvn_subr.dsp should be sufficient.


  // Marcus



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: How to enable UTF8 in Win32 build?

Posted by Sebastian Bergmann <li...@sebastian-bergmann.de>.
Philip Martin wrote:
> On Unix, configuring with --enable-utf8 adds -DSVN_UTF8 to the compile
> flags. I assume you need to do something similar on Win32.

  Okay, the question now is to find the right .dsp file(s) to add this
  to...

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: How to enable UTF8 in Win32 build?

Posted by Philip Martin <ph...@codematters.co.uk>.
On Unix, configuring with --enable-utf8 adds -DSVN_UTF8 to the compile
flags.  I assume you need to do something similar on Win32.

-- 
Philip

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org