We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
iox-ili/src/main/java/ch/interlis/iox_j/statistics/IoxStatistics.java
Line 93 in ed82393
Ziel: Platzhalter von nicht-darstellbaren Zeichen entfernen, weil Encoding nicht korrekt detektiert wurde.
Notepad++, UTF-8
VS Code, UTF-8
Alternative (falls NBSP wirklich benötigt wird): Korrektes Encoding von NBSP für UTF-8 erzwingen (0xC2 0xA0 statt nur 0xA0).
0xC2 0xA0
0xA0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
iox-ili/src/main/java/ch/interlis/iox_j/statistics/IoxStatistics.java
Line 93 in ed82393
Ziel: Platzhalter von nicht-darstellbaren Zeichen entfernen, weil Encoding nicht korrekt detektiert wurde.
Notepad++, UTF-8
VS Code, UTF-8
Alternative (falls NBSP wirklich benötigt wird): Korrektes Encoding von NBSP für UTF-8 erzwingen (
0xC2 0xA0
statt nur0xA0
).The text was updated successfully, but these errors were encountered: