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:
Christian Stimming
2005-11-11 20:53:45 +00:00
parent ea450db5cb
commit 810d65e460
170 changed files with 173 additions and 169 deletions

View File

@@ -1,5 +1,9 @@
2005-11-11 Christian Stimming <stimming@tuhh.de>
* account/*/.xea: Explicitly denote the encoding of the file in
the initial xml tag. Fixes problems in the new-file-wizard in all
non-C locales.
* po/glossary/*.po: Copy glossary po files from old 1.8 branch to
HEAD.

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Investment Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Business Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Car Loan

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
CD and Money Market

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
A Simple Checkbook

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Childcare Expenses

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Common Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Education Loan

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Fixed Assets

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Full Chart

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Home Mortgage Loan

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Homeowner Expenses

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Other Loans

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Renter Expenses

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Retirement Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Spouse Income

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Spouse Retirement Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Car Loan Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Childcare Expenses

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Common Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Brokerage Accounts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Bilejer

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Basiskonti

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Realkreditl<74>n

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Boligejer

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Aktienhandel

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
KMU Kontenrahmen

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Allgemeine Konten

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Kinder

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Sonstige Sachanlage

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Sonstiger Kredit

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Autobesitz

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Kredit Auto

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Aktienhandel

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Allgemeine Konten

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Alle Konten

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Hausbesitz

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Geldanlagen

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Kinder

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Sonstige Sachanlage

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Sonstiger Kredit

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Kontenrahmen SKR04

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Studium

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-7"?>
<gnc-account-example>
<gnc-act:title>
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-7"?>
<gnc-account-example>
<gnc-act:title>
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-7"?>
<gnc-account-example>
<gnc-act:title>
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Cuentas de Inversi<73>n

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Pr<50>stamo de autom<6F>vil

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Pagar<61>s y mercado monetario

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Gastos de guarder<65>a

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Cuentas comunes

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Cuenta de conversi<73>n monetaria

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Pr<50>stamo para educaci<63>n

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Activos fijos

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Pr<50>stamo hipotecario

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Gastos de propietario de casa

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Otros pr<70>stamos

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Gastos de inquilino

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Cuentas de jubilaci<63>n

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Ingresos de c<>nyuge

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Cuentas de jubilaci<63>n de c<>nyuge

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Comptes d'investissement

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Emprunt automobile

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
CD et march<63> mon<6F>taire

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
D<>penses de garderie

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Comptes communs

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Compte de commerce de devises/monnaies

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Emprunt Etudiant

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Actifs fixes

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Hypoth<74>que d'emprunt immobilier

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
D<>penses de propri<72>taire immobilier

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Autres emprunts

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
D<>penses de location

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Comptes d'<27>pargne retraite

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Revenus de l'<27>pouse

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="ISO-8859-1"?>
<gnc-account-example>
<gnc-act:title>
Comptes d'<27>pargne retraite de l'<27>pouse

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example>
<gnc-act:title>
Befektetési számlák

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example>
<gnc-act:title>
Vállalkozás-számlák

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example>
<gnc-act:title>
Autóhitel

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example>
<gnc-act:title>
CD és pénzpiaci

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example>
<gnc-act:title>
Egyszerű folyószámla

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example>
<gnc-act:title>
Gyerektartás költségei

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example>
<gnc-act:title>
Gyakori számlák

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example>
<gnc-act:title>
Diákhitel

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example>
<gnc-act:title>
Befektetett eszközök

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example>
<gnc-act:title>
Lakáshitel

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example>
<gnc-act:title>
Lakásköltségek

View File

@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example>
<gnc-act:title>
Más hitelek

Some files were not shown because too many files have changed in this diff Show More