[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

SVN switches my codepage on Win32

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-07-07 17:01:58 CEST

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
Received on Mon Jul 7 17:03:16 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.