You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Francois Beausoleil <fb...@users.sourceforge.net> on 2003/07/07 15:01:58 UTC

SVN switches my codepage on Win32

Hi,

Here's what I get:
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

C:\>mode con /status

tat du p‚riph‚rique CON:
-------------------------
    Lignesÿ:          1024
    Colonnesÿ:        80
    Vitesse clavierÿ: 31
    D‚lai clavierÿ:   1
    Page de codesÿ:   850           ### Note CP


C:\>svn help
usage: svn <subcommand> [options] [args]
Type "svn help <subcommand>" for help on a specific subcommand.

Most subcommands take file and/or directory arguments, recursing
on the directories.  If no arguments are supplied to such a
command, it will recurse on the current directory (inclusive) by
default.

Available subcommands:
   add
   cat
   checkout (co)
   cleanup
   ...

C:\>mode con /status

État du périphérique CON:
-------------------------
    Lignes :          1024
    Colonnes :        80
    Vitesse clavier : 31
    Délai clavier :   1
    Page de codes :   1252          ### Not 850 as before !


You can see that SVN switched my code page while it ran.  Is there
something I can do to prevent that ?  I am running a French Win2K SP3
with French (Canada) regional settings.  This is with SVN 0.23.0, but the
same thing happens with 0.24.2.

This is a problem for me since after I run any SVN command my display is
filled with "special" characters.  For instance, the DIR command does not
use a comma to separate the thousands, but some other one.  On the 1252
CP, the same character is an A with a grave accent.  Not the best
separator.

This problem has been bugging me since I began using Subversion, and I
had time to report it today.

I could not find any issues with a summary containing "cp" or "codepage".

Thanks !
François
--
  Francois Beausoleil
  Developer of Java Gui Builder
  http://jgb.sourceforge.net/

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


Re: SVN switches my codepage on Win32

Posted by Branko Čibej <br...@xbc.nu>.
Yes, see issue 872.

Francois Beausoleil wrote:

>Hi,
>
>Here's what I get:
>Microsoft Windows 2000 [Version 5.00.2195]
>(C) Copyright 1985-2000 Microsoft Corp.
>
>C:\>mode con /status
>
>tat du p‚riph‚rique CON:
>-------------------------
>    Lignesÿ:          1024
>    Colonnesÿ:        80
>    Vitesse clavierÿ: 31
>    D‚lai clavierÿ:   1
>    Page de codesÿ:   850           ### Note CP
>
>
>C:\>svn help
>usage: svn <subcommand> [options] [args]
>Type "svn help <subcommand>" for help on a specific subcommand.
>
>Most subcommands take file and/or directory arguments, recursing
>on the directories.  If no arguments are supplied to such a
>command, it will recurse on the current directory (inclusive) by
>default.
>
>Available subcommands:
>   add
>   cat
>   checkout (co)
>   cleanup
>   ...
>
>C:\>mode con /status
>
>État du périphérique CON:
>-------------------------
>    Lignes :          1024
>    Colonnes :        80
>    Vitesse clavier : 31
>    Délai clavier :   1
>    Page de codes :   1252          ### Not 850 as before !
>
>
>You can see that SVN switched my code page while it ran.  Is there
>something I can do to prevent that ?  I am running a French Win2K SP3
>with French (Canada) regional settings.  This is with SVN 0.23.0, but the
>same thing happens with 0.24.2.
>
>This is a problem for me since after I run any SVN command my display is
>filled with "special" characters.  For instance, the DIR command does not
>use a comma to separate the thousands, but some other one.  On the 1252
>CP, the same character is an A with a grave accent.  Not the best
>separator.
>
>This problem has been bugging me since I began using Subversion, and I
>had time to report it today.
>
>I could not find any issues with a summary containing "cp" or "codepage".
>
>Thanks !
>François
>--
>  Francois Beausoleil
>  Developer of Java Gui Builder
>  http://jgb.sourceforge.net/
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: dev-help@subversion.tigris.org
>
>  
>


-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


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