Opened 18 years ago
Closed 18 years ago
#10707 closed defect (invalid)
BUG: svn-1.4.0 - message output garbled - language issue?
Reported by: | eddyxu@… | Owned by: | yeled@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: |
Description
I upgrade subversion to 1.4.0, but its output message is something like:
Park:~ eddyxu$ svn up ?\232?\183?\179?\232?\191?\135?\226?\128?\156.?\226?\128?\157
I set the terminal to utf8, and my system language is chinese.
btw, the output message in 1.3.2 is correct.
Change History (4)
comment:1 Changed 18 years ago by markd@…
Summary: | the output message of svn is wrong. → BUG: svn-1.4.0 - message output is wrong |
---|
comment:2 Changed 18 years ago by markd@…
Summary: | BUG: svn-1.4.0 - message output is wrong → BUG: svn-1.4.0 - message output garbled - language issue? |
---|
comment:4 Changed 18 years ago by danielluke (Daniel J. Luke)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Your language settings in your shell are incorrect.
You'll want to set the LANG or LC_* environment variables.
Note: See
TracTickets for help on using
tickets.