View previous topic :: View next topic |
Author |
Message |
m.bihler
Joined: 10 Aug 2015 Posts: 3
|
Posted: Fri Jun 10, 2016 8:15 am Post subject: Macros for events do not work with international characters |
|
|
I wanted to create an event to integrate Team Foundation Server like it is described here: http://www.infralution.com/phpBB2/viewtopic.php?t=1834&postdays=0&postorder=asc&start=15
This doesn't work if the used macro has to output special characters.
Example:
Command:
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\tf.exe" checkout "$(TargetPath)"
The macro "$(TargetPath)" expands to:
"C:\Develop\Test\?bersetzungsTest\?bersetzungsTest_WPF\MainWindow.xaml"
The original path is:
"C:\Develop\Test\ÜbersetzungsTest\ÜbersetzungsTest_WPF\MainWindow.xaml" |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Fri Jun 10, 2016 1:07 pm Post subject: |
|
|
Thanks for reporting that - it looks like it might be a bug. We should be able to get a fix out for it fairly quickly. _________________ Infralution Support |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Fri Jun 17, 2016 5:39 am Post subject: |
|
|
We have fixed this issue in the latest release of Globalizer (3.9.4) which is now available for download _________________ Infralution Support |
|
Back to top |
|
|
|