mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Explicitly denote the encoding of the file in
the initial xml tag. Fixes problems in the new-file-wizard in all non-C locales. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11908 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Aktienhandel
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
KMU Kontenrahmen
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Allgemeine Konten
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Kinder
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Sonstige Sachanlage
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Sonstiger Kredit
|
||||
|
||||
Reference in New Issue
Block a user