| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0011223 | CMake | CMake | public | 2010-09-13 08:32 | 2015-04-06 09:07 | ||||
| Reporter | ThomasZymara | ||||||||
| Assigned To | Clinton Stimpson | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | CMake-2-8 | ||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0011223: CMake has problems with german-umlauts in paths with Visual-Studio-2010 | ||||||||
| Description | Is there f.e. an include-pfad with a german umlaut, the generated project-file for Visual Studio 2010 is corrupted, cause the german-umlaut is just some unreadable character. Visual Studio 2010 is then unable to load the project-file. | ||||||||
| Additional Information | System: Windows XP SP3, Visual Studio 2010 Premium, CMake 2.8.2 (installed by Windows binaries) | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0024795) David Cole (manager) 2011-01-17 14:52 |
Can you check to see if this is still a problem with the CMake 2.8.4-rc1 release? If so, can you copy/paste the exact path name that it has a problem with, and attached a generated *.sln / *.vcxproj file that is "corrupt"? Thanks. |
|
(0025770) ThomasZymara (reporter) 2011-03-14 06:54 |
Checked in v2.8.4 Release: This is still a problem Instead of the German Umlaut (äöü) in a path there is a crypted character, so compiling the solution is not possible |
|
(0025782) ThomasZymara (reporter) 2011-03-15 07:39 |
Solution: You must change XML-encoding from utf-8 to iso-8859-1, then this bug is fixed; cmLocalVisualStudio10Generator.cxx (line: 55) XML_SetEncoding(static_cast<XML_Parser>(this->Parser), "utf-8") XML_SetEncoding(static_cast<XML_Parser>(this->Parser), "iso-8859-1"); cmVisualStudio10TargetGenerator.cxx (line: 170, 501) (...) |
|
(0035637) Clinton Stimpson (developer) 2014-04-04 09:54 |
Can you compile CMake yourself and turn on the switch CMAKE_ENCODING_UTF8:BOOL=ON to see if this problem is fixed? |
|
(0037170) Clinton Stimpson (developer) 2014-11-10 23:42 |
This was fixed in CMake 3.0. |
|
(0038440) Robert Maynard (manager) 2015-04-06 09:07 |
Closing resolved issues that have not been updated in more than 4 months. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2010-09-13 08:32 | ThomasZymara | New Issue | |
| 2011-01-17 14:51 | David Cole | Assigned To | => David Cole |
| 2011-01-17 14:51 | David Cole | Status | new => assigned |
| 2011-01-17 14:52 | David Cole | Note Added: 0024795 | |
| 2011-03-14 06:54 | ThomasZymara | Note Added: 0025770 | |
| 2011-03-14 07:22 | ThomasZymara | File Added: CorruptHeaderNameInProject.PNG | |
| 2011-03-14 07:22 | ThomasZymara | File Added: CorruptProjectPaths.PNG | |
| 2011-03-14 07:23 | ThomasZymara | File Added: CMakeBugTestProject.zip | |
| 2011-03-14 07:24 | ThomasZymara | File Added: CorrectPaths.PNG | |
| 2011-03-15 07:39 | ThomasZymara | Note Added: 0025782 | |
| 2011-10-26 00:00 | David Cole | Assigned To | David Cole => |
| 2011-10-26 00:00 | David Cole | Status | assigned => backlog |
| 2014-04-04 09:54 | Clinton Stimpson | Note Added: 0035637 | |
| 2014-11-10 23:42 | Clinton Stimpson | Assigned To | => Clinton Stimpson |
| 2014-11-10 23:42 | Clinton Stimpson | Status | backlog => assigned |
| 2014-11-10 23:42 | Clinton Stimpson | Note Added: 0037170 | |
| 2014-11-10 23:42 | Clinton Stimpson | Status | assigned => resolved |
| 2014-11-10 23:42 | Clinton Stimpson | Resolution | open => fixed |
| 2015-04-06 09:07 | Robert Maynard | Note Added: 0038440 | |
| 2015-04-06 09:07 | Robert Maynard | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |