Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Umlaute Problem & XML header defekt #37

Closed
LocutusOfPenguin opened this issue Feb 14, 2019 · 4 comments
Closed

Umlaute Problem & XML header defekt #37

LocutusOfPenguin opened this issue Feb 14, 2019 · 4 comments

Comments

@LocutusOfPenguin
Copy link

LocutusOfPenguin commented Feb 14, 2019

Ich nochmals :-)

Problem 1
In der GDV Datei steht zB "73529 Schwäbisch Gmünd"
daraus macht die Lib im -export "xml"

Schw�bisch Gm�nd

Diese "& # xfffd ;" (ohne Leerzeichen) kommen an vielen Stellen im XML vor (sind aber nicht immer "ü").

Problem 2
Auch mag mein Programm den Header nicht.

=> da ist ein Leerzeichen vor "/xsd"

@oboehm
Copy link
Owner

oboehm commented Feb 14, 2019

Muss ich erst untersuchen, was hier schiefgelaufen ist (Problem 1). Problem 2 sollte sich erledigen, wenn ich den Header aktualisiere (die URL existert nicht mehr).

oboehm pushed a commit that referenced this issue Feb 16, 2019
@oboehm
Copy link
Owner

oboehm commented Feb 16, 2019

Header ist jetzt aktualisiert und Umlaut-Problem ist ebenfalls behoben. Ursache dafür war, dass die GDV-Datei nicht mit ISO-8859-1-Encoding, sondern mit Default-Encoding gelesen wurde (meist UTF-8).
4.0.3 ist gebaut und sollte demnächst in Maven-Central aufschlagen. Viel Spass beim Ausprobieren ;-)

@LocutusOfPenguin
Copy link
Author

funkt. danke.

@oboehm
Copy link
Owner

oboehm commented Feb 18, 2019

Das freut mich.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants