Has anyone tried using Powershell v. 2  to resolve the i18n?  I beleive there 
are versions that xp and vista can use.  After reading this StackOverflow post 
I 
don't know that the standard command line in Windows will work properly for 
i18n, 
http://stackoverflow.com/questions/379240/is-there-a-windows-command-shell-that-will-display-unicode-characters
 .  Maybe this won't help or has been already tried, just a suggestion.  I 
don't 
think it would be the end of the world if Fossil required Powershell V.2 on 
Windows.

I think it is crazy how MS has just ignored there command shell for years.

Tim




________________________________
Date: Fri, 13 May 2011 13:27:54 -0400
From: Martin Gagnon <[email protected]>
Subject: Re: [fossil-users] Pre-built binary for I18N windows
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

On Fri, May 13, 2011 at 1:15 PM, Richard Hipp <[email protected]> wrote:
>
>
> On Fri, May 13, 2011 at 1:05 PM, Martin Gagnon <[email protected]> wrote:
>>
>> This particular problem occur since fossil set the codepage to 65001.
>> Since this, echo to console  all work, but now I have this problem when I
>> commit.
>
> Please try this new build:
>
>     fossil-w32-20110513171338.zip
>
> Let me know how it works out for you.
>
>

One step forward..

Now there's no short write error, I can commit, but after commit, a "fossil
status" that the file is EDITED. So I can commit again and again even if I
didn't modify the file..  Same thing was happening before the short write
fix, when I'm was using "-m" argument to commit as a work around for the
short write.

example:
--%<---------------------------------------------------------------------------------------------------


C:\Documents and Settings\mgagnon\fossil\testi18n>fslu add bol?.txt
ADDED  bol?.txt

C:\Documents and Settings\mgagnon\fossil\testi18n>fslu ci

# Enter comments on this check-in.  Lines beginning with # are ignored.
# The check-in comment follows wiki formatting rules.
#
# user: mgagnon
# tags: trunk
#
# ADDED      bol?.txt
#
# Since no default text editor is set using EDITOR or VISUAL
# environment variables or the "fossil set editor" command,
# and because no check-in comment was specified using the "-m"
# or "-M" command-line options, you will need to enter the
# check-in comment below.  Type "." on a line by itself when
# you are done:
add a file with accent in the name
.
New_Version: 72e37b18706bdcb4d98ab7a50d14322232757fe6

C:\Documents and Settings\mgagnon\fossil\testi18n>fslu status
repository:   C:/Documents and Settings/mgagnon/fossil/testi18n/i18n.fossil
local-root:   C:/Documents and Settings/mgagnon/fossil/testi18n/
server-code:  c3c0e2f02baec303ad6e5577fdc87b0fd15ae101
checkout:     72e37b18706bdcb4d98ab7a50d14322232757fe6 2011-05-13 17:19:48
UTC
parent:       463f7843cd8b478fb82562995a71944cffc2d99f 2011-05-13 17:19:15
UTC
tags:         trunk
comment:      add a file with accent in the name (user: mgagnon)
*EDITED     bol?.txt*

C:\Documents and Settings\mgagnon\fossil\testi18n>fslu ci

# Enter comments on this check-in.  Lines beginning with # are ignored.
# The check-in comment follows wiki formatting rules.
#
# user: mgagnon
# tags: trunk
#
# EDITED     bol?.txt
#
# Since no default text editor is set using EDITOR or VISUAL
# environment variables or the "fossil set editor" command,
# and because no check-in comment was specified using the "-m"
# or "-M" command-line options, you will need to enter the
# check-in comment below.  Type "." on a line by itself when
# you are done:
how come I can commit again...
.
New_Version: a5783aac5fcd0a8d76981be70e4a890e6ce3fcc5

C:\Documents and Settings\mgagnon\fossil\testi18n>fslu status
repository:   C:/Documents and Settings/mgagnon/fossil/testi18n/i18n.fossil
local-root:   C:/Documents and Settings/mgagnon/fossil/testi18n/
server-code:  c3c0e2f02baec303ad6e5577fdc87b0fd15ae101
checkout:     a5783aac5fcd0a8d76981be70e4a890e6ce3fcc5 2011-05-13 17:20:15
UTC
parent:       72e37b18706bdcb4d98ab7a50d14322232757fe6 2011-05-13 17:19:48
UTC
tags:         trunk
comment:      how come I can commit again... (user: mgagnon)
EDITED     bol?.txt

C:\Documents and Settings\mgagnon\fossil\testi18n>fslu timeline
=== 2011-05-13 ===
17:20:15 [a5783aac5f] *CURRENT* how come I can commit again... (user:
mgagnon
        tags: trunk)
17:19:48 [72e37b1870] add a file with accent in the name (user: mgagnon
tags:
        trunk)
17:19:15 [463f7843cd] initial empty check-in (user: mgagnon tags: trunk)

C:\Documents and Settings\mgagnon\fossil\testi18n>fslu ver
This is fossil version [e7babf5222] 2011-05-13 17:13:38 UTC
--%<---------------------------------------------------------------------------------------------------


-- 
Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://lists.fossil-scm.org:8080/pipermail/fossil-users/attachments/20110513/2365c8b6/attachment.htm
 

------------------------------

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


End of fossil-users Digest, Vol 40, Issue 21
********************************************
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to