You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Fogel <kf...@newton.ch.collab.net> on 2002/07/19 22:57:42 UTC

Re: svn commit: rev 2592 - trunk/subversion/tests/clients/cmdline trunk/subversion/tests/clients/cmdline/svntest

Branko Čibej <br...@xbc.nu> writes:
> It's a good thing that Python was written by C programmers, and thus
> taught to cater to their idiosyncracies. I'd still lose the colons at
> the end of the lines, though. :-)

Heh.  I already took them out for Ben (I do the same thing all the
time too).

> >   # Set our environment's locale to ISO-8859-1
> >-  os.putenv('LC_ALL', 'ISO-8859-1')
> >+  locale.setlocale(locale.LC_ALL, 'en_US.ISO8859-1')
> 
> This is still not portable, because locale identifiers differ between
> systems. (Windows, for e.g., doesn't use POSIX-compatible locale
> identifiers). Damned if I know what to do.

What are the correct Windows identifiers?  We have a `windows'
exported from svntest/main.py variable for just such circumstances...

> Do you notice a certain similarity between two forks in this
> condition? Let's lose the condifion, shall we. And I _think_ it should
> be str(arg).

Already done.

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

RE: Re: svn commit: rev 2592 - trunk/subversion/tests/clients/cmdline trunk/subversion/tests/clients/cmdline/svntest

Posted by Bill Tutt <ra...@lyra.org>.
Err, nevermind what I said, 1252 is the correct number.

Bill
----
Do you want a dangerous fugitive staying in your flat?
No.
Well, don't upset him and he'll be a nice fugitive staying in your flat.
 

> -----Original Message-----
> From: Branko Cibej [mailto:brane@xbc.nu]
> Sent: Friday, July 19, 2002 4:31 PM
> To: kfogel@collab.net
> Cc: dev@subversion.tigris.org; svn@subversion.tigris.org
> Subject: Re: svn commit: rev 2592 -
trunk/subversion/tests/clients/cmdline
> trunk/subversion/tests/clients/cmdline/svntest
> 
> Karl Fogel wrote:
> 
> >What are the correct Windows identifiers?  We have a `windows'
> >exported from svntest/main.py variable for just such circumstances...
> >
> 
> In this case, it would probably be "english_usa.1252", but you should
be
> able to set just the encoding by using ".1252" (that's codepage 1252,
> which is almost but not quite entirely unlike tea; um, I mean it's
very
> similar to ISO-8859-1).
> 
> These tests are a bit tricky because they assume your box supports the
> locale that's hard-coded into the tests. Oh, well.
> 
> >>Do you notice a certain similarity between two forks in this
> >>condition? Let's lose the condifion, shall we. And I _think_ it
should
> >>be str(arg).
> >>
> >>
> >
> >Already done.
> >
> >
> 
> I should read all the mails, as usual ...
> 
> 
> --
> 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



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

Re: svn commit: rev 2592 - trunk/subversion/tests/clients/cmdline trunk/subversion/tests/clients/cmdline/svntest

Posted by Branko Čibej <br...@xbc.nu>.
Karl Fogel wrote:

>What are the correct Windows identifiers?  We have a `windows'
>exported from svntest/main.py variable for just such circumstances...
>

In this case, it would probably be "english_usa.1252", but you should be 
able to set just the encoding by using ".1252" (that's codepage 1252, 
which is almost but not quite entirely unlike tea; um, I mean it's very 
similar to ISO-8859-1).

These tests are a bit tricky because they assume your box supports the 
locale that's hard-coded into the tests. Oh, well.

>>Do you notice a certain similarity between two forks in this
>>condition? Let's lose the condifion, shall we. And I _think_ it should
>>be str(arg).
>>    
>>
>
>Already done.
>  
>

I should read all the mails, as usual ...


-- 
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