|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... Otto Diesel (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... Otto Diesel (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... Otto Diesel (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... Otto Diesel (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... Otto Diesel (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... Otto Diesel (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... Otto Diesel (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... Otto Diesel (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... JIRA
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... Otto Diesel (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... Otto Diesel (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-957) No umlaut support f... Mauro Talevi (JIRA)
Hi Otto,
In Github the workflow is:
1. Login and clone repo, e.g. https://github.com/OttoDiesel/jbehave-core.git
2. git clone https://github.com/OttoDiesel/jbehave-core.git
3. commit patch to this repo
4. git push
Be aware that you cannot push from the repo you cloned from https://github.com/jbehave/jbehave-core.git.
That said, the problem is I think elsewhere. Both the patch and the files do not render the DE chars correctly. E.g.
Kommentar: Eigentlich müsste es "gehandelt" lauten, aber wir möchten Umlaute mitüberprüfen.
I have no way of knowing what 'ü' is for example.
What you could do is replace them with Unicode notations \uxxxx and then I translate them back.
A question: I assume they render correctly for you in your files. But when you create the patch, are they still rendered correctly?
The reason I wanted to pull from Git is that Git does a much better job at handling encoding.
Thanks