diff options
author | Silvio <silvio@devlet.com.br> | 2010-04-01 13:59:55 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-04-01 13:59:55 -0300 |
commit | 0e67880b97909c08021ef5fa1075082cfc9b6e26 (patch) | |
tree | 8bc75fbff2a87c2fa8718d6b36bd29e6687c05c9 /schemas | |
parent | 0bfdde221663dae880797b74da45e2f66a4caada (diff) | |
download | cinisis-0e67880b97909c08021ef5fa1075082cfc9b6e26.tar.gz cinisis-0e67880b97909c08021ef5fa1075082cfc9b6e26.tar.bz2 |
Charset support on PhpIsisDb
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/anu10.yaml | 1 | ||||
-rw-r--r-- | schemas/tupi.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/schemas/anu10.yaml b/schemas/anu10.yaml index 630135b..9900f0e 100644 --- a/schemas/anu10.yaml +++ b/schemas/anu10.yaml @@ -1,6 +1,7 @@ --- db: name: anu10 + charset: cp850 fields: 1: name: Periodico diff --git a/schemas/tupi.yaml b/schemas/tupi.yaml index e7904cb..a970c54 100644 --- a/schemas/tupi.yaml +++ b/schemas/tupi.yaml @@ -1,6 +1,7 @@ --- db: name: tupi + charset: cp850 fields: 1: name: cod.titulo |