| Summary: | Character encoding problems on ubuntu 10.10 linux | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Technology] STEM | Reporter: | Jan Pieper <jhpieper> | ||||||
| Component: | Core | Assignee: | Matthew Davis <mattadav> | ||||||
| Status: | CLOSED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | mattadav, sedlund | ||||||
| Version: | unspecified | ||||||||
| Target Milestone: | 1.1.2 | ||||||||
| Hardware: | PC | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
Excellent catch, Jan. Assigning to myself for review. For now, can you please confirm you were the sole author of this patch. As an IBM employee, you can contribute under existing agreements. Jan, can you attach a zip/tar of the full, converted files? Eclipse is having trouble applying the patch - probably due to its nature. The files changed appear to be: org.eclipse.stem.populationmodels:src/org/eclipse/stem/populationmodels/standard/impl/MosquitoPopulationModelImpl.java org.eclipse.stem.graphgenerators:src/org/eclipse/stem/graphgenerators/PajekNetGraphGenerator.java org.eclipse.stem.ui.grapheditor:src/org/eclipse/stem/graphgenerators/provider/PajekNetGraphGeneratorItemProvider.java org.eclipse.stem.ui.grapheditor:src/org/eclipse/stem/graphgenerators/impl/PajekNetGraphGeneratorImpl.java org.eclipse.stem.ui.grapheditor:src/org/eclipse/stem/ui/grapheditor/ComboSelectionListenerValue.java org.eclipse.stem.ui.grapheditor:src/org/eclipse/stem/ui/grapheditor/GraphCanvas.java org.eclipse.stem.ui.grapheditor:src/org/eclipse/stem/ui/grapheditor/ComboListenerType.java Created attachment 192302 [details]
Full utf-8 files as per Matt's request
I've attached a tar.gz archive with all seven converted files.
I've reviewed reviewed the contribution and verified it complies with Eclipse/STEM requirements. Committed to SVN as revision 1588. Thanks Jan! Resolving and adding to IPLog Complete |
Created attachment 192241 [details] utf-8 conversion of several files I was unable to build STEM on ubuntu because several files were not UTF-8 encoded and thus could not be read by eclipse. The error message in eclipse reads: 'The project was not built since the source file <PATH> could not be read' I used iconv and manual editing to convert these files to UTF-8 in the attached patch. Here's the list of affected files: /org.eclipse.stem.graphgenerators/src/org/eclipse/stem/graphgenerators/impl/PajekNetGraphGeneratorImpl.java /org.eclipse.stem.graphgenerators/src/org/eclipse/stem/graphgenerators/provider/PajekNetGraphGeneratorItemProvider.java /org.eclipse.stem.graphgenerators/src/org/eclipse/stem/graphgenerators/PajekNetGraphGenerator.java /org.eclipse.stem.populationmodels/src/org/eclipse/stem/populationmodels/standard/impl/MosquitoPopulationModelImpl.java /org.eclipse.stem.ui.grapheditor/src/org/eclipse/stem/ui/grapheditor/GraphCanvas.java /org.eclipse.stem.ui.grapheditor/src/org/eclipse/stem/ui/grapheditor/ComboListenerType.java /org.eclipse.stem.ui.grapheditor/src/org/eclipse/stem/ui/grapheditor/ComboSelectionListenerValue.java