[MacPorts] #23809: Commit emails don't show non-ASCII (e.g. UTF-8) chars

MacPorts noreply at macports.org
Mon Feb 22 01:20:17 PST 2010


#23809: Commit emails don't show non-ASCII (e.g. UTF-8) chars
-------------------------------------+--------------------------------------
 Reporter:  ryandesign@…             |       Owner:  wsiegrist@…        
     Type:  defect                   |      Status:  new                
 Priority:  Normal                   |   Milestone:                     
Component:  server/hosting           |     Version:  1.8.2              
 Keywords:                           |        Port:                     
-------------------------------------+--------------------------------------
 Commit emails with log messages containing non-ASCII chars get sent out
 encoded wrong, e.g. r64097 which shows up fine in Trac and in "svn log" if
 you have LANG set right, but in [http://lists.macosforge.org/pipermail
 /macports-changes/2010-February/046536.html the commit email] we get

 {{{
 kmymoney: new maintainer Marko K?\195?\164ning; see #23615
 }}}

 This is also what you would see using "svn log" if you didn't have LANG
 set right. So I guess to fix this you just need to

 {{{
 export LANG=en_US.UTF-8
 }}}

 in the post-commit hook before you call svnnotify.

-- 
Ticket URL: <http://trac.macports.org/ticket/23809>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list