Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-11 Thread Fridolin SOMERS

Thank you so much Zeno.
We where looking for this bug since weeks ;)

Le 07/07/2017 à 16:12, Tajoli Zeno a écrit :

Hi Jose',

Il 07/07/2017 12:02, anjoze ha scritto:

Ubuntu 16.04LTS 64bits (Language installation PT_PT)

Koha version: 17.05.01.000
Perl version: 5.022001
Zebra version: 2.0.59
Maybe later I will create a new VM and install it in En


I try to replicate your setup.
And I find that the problem is in Koha code, not in MySQL on system setup.

I fill a bug here:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18910

I don't think is a easy bug to fix a proper way.

Bye
Zeno Tajoli





--
Fridolin SOMERS
Biblibre - Pôles support et système
fridolin.som...@biblibre.com
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-10 Thread anjoze
Zeno,
Thank you very much for your work.
Cheers,
José Anjos



-
Koha version:   16.05.05
   - -
José Anjos
--
View this message in context: 
http://koha.1045719.n5.nabble.com/Z39-50-encoding-problem-tested-on-2-koha-servers-tp5938540p5939700.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-07 Thread Tajoli Zeno

Hi Jose',

Il 07/07/2017 12:02, anjoze ha scritto:

Ubuntu 16.04LTS 64bits (Language installation PT_PT)

Koha version: 17.05.01.000
Perl version: 5.022001
Zebra version: 2.0.59
Maybe later I will create a new VM and install it in En


I try to replicate your setup.
And I find that the problem is in Koha code, not in MySQL on system setup.

I fill a bug here:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18910

I don't think is a easy bug to fix a proper way.

Bye
Zeno Tajoli



--
Zeno Tajoli
/SVILUPPO PRODOTTI CINECA/ - Automazione Biblioteche
Email: z.taj...@cineca.it Fax: 051/6132198
*CINECA* Consorzio Interuniversitario - Sede operativa di Segrate (MI)
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-07 Thread anjoze
Hi Zeno,

Ubuntu 16.04LTS 64bits (Language installation PT_PT)

Koha version: 17.05.01.000
Perl version: 5.022001
Zebra version: 2.0.59

Maybe later I will create a new VM and install it in En

Thaks



-
Koha version:   16.05.05
   - -
José Anjos
--
View this message in context: 
http://koha.1045719.n5.nabble.com/Z39-50-encoding-problem-tested-on-2-koha-servers-tp5938540p5939538.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-07 Thread Tajoli Zeno

Hi Jose',

Il 07/07/2017 11:21, anjoze ha scritto:

I've done some more tests:
Installed a new VM with mariadb.


your new VM:
-- Which O.S. ?
-- Which Koha version ?

Bye
Zeno Tajoli

--
Zeno Tajoli
/SVILUPPO PRODOTTI CINECA/ - Automazione Biblioteche
Email: z.taj...@cineca.it Fax: 051/6132198
*CINECA* Consorzio Interuniversitario - Sede operativa di Segrate (MI)
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-07 Thread anjoze
I've done some more tests:
Installed a new VM with mariadb.
Checked mariadb configuration:
*character-set-server  = utf8mb4
collation-server  = utf8mb4_general_ci*
This is the default charset/collation and should have full compatibility
with all special characters


Checked Locale:
*LANG=pt_PT.UTF-8
LANGUAGE=pt:pt_BR:en /<-- This is correct on a PT installation/
LC_CTYPE="pt_PT.UTF-8"
LC_NUMERIC=pt_PT
LC_TIME=pt_PT
LC_COLLATE="pt_PT.UTF-8"
LC_MONETARY=pt_PT
LC_MESSAGES="pt_PT.UTF-8"
LC_PAPER=pt_PT
LC_NAME=pt_PT
LC_ADDRESS=pt_PT
LC_TELEPHONE=pt_PT
LC_MEASUREMENT=pt_PT
LC_IDENTIFICATION=pt_PT
LC_ALL=*

Then I've created a Koha instance with UNIMARC language *FR* --> Same
problem
Then I've created a Koha instance with UNIMARC language *EN* --> Same
problem

I've made a no data dump of DB:  mysqldump --no-data [db_name] -u[user]
-p[password] > schemafile.sql
O the beginning I have this:
*Server version 10.0.29-MariaDB-0ubuntu0.16.04.1
SET NAMES utf8mb4 */;*

Than all the tables have:
*/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;

ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;*


Example of one table:
*-- Table structure for table `import_records`
--

DROP TABLE IF EXISTS `import_records`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `import_records` (
  `import_record_id` int(11) NOT NULL AUTO_INCREMENT,
  `import_batch_id` int(11) NOT NULL,
  `branchcode` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
  `record_sequence` int(11) NOT NULL DEFAULT '0',
  `upload_timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `import_date` date DEFAULT NULL,
  `marc` longblob NOT NULL,
  `marcxml` longtext COLLATE utf8_unicode_ci NOT NULL,
  `marcxml_old` longtext COLLATE utf8_unicode_ci NOT NULL,
  `record_type` enum('biblio','auth','holdings') COLLATE utf8_unicode_ci NOT
NULL DEFAULT 'biblio',
  `overlay_status`
enum('no_match','auto_match','manual_match','match_applied') COLLATE
utf8_unicode_ci NOT NULL DEFAULT 'no_match',
  `status`
enum('error','staged','imported','reverted','items_reverted','ignored')
COLLATE utf8_unicode_ci NOT NULL DEFAULT 'staged',
  `import_error` mediumtext COLLATE utf8_unicode_ci,
  `encoding` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `z3950random` varchar(40) COLLATE utf8_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`import_record_id`),
  KEY `branchcode` (`branchcode`),
  KEY `batch_sequence` (`import_batch_id`,`record_sequence`),
  KEY `batch_id_record_type` (`import_batch_id`,`record_type`),
  CONSTRAINT `import_records_ifbk_1` FOREIGN KEY (`import_batch_id`)
REFERENCES `import_batches` (`import_batch_id`) ON DELETE CASCADE ON UPDATE
CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8
COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;*

Can't see any problem here



-
Koha version:   16.05.05
   - -
José Anjos
--
View this message in context: 
http://koha.1045719.n5.nabble.com/Z39-50-encoding-problem-tested-on-2-koha-servers-tp5938540p5939527.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-06 Thread anjoze
Yes, it is strange.
Later I will try to find the problem but probably it will take a long time.
Than, if I have some conclusion I'll let you know.
Thank you very much for your help



-
Koha version:   16.05.05
   - -
José Anjos
--
View this message in context: 
http://koha.1045719.n5.nabble.com/Z39-50-encoding-problem-tested-on-2-koha-servers-tp5938540p5939356.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-06 Thread Tajoli Zeno

Hi Jose'
Il 06/07/2017 12:29, anjoze ha scritto:

I've tried with all the encoding on both servers without success.
With ISO5426 the Results widow is OK but when I preview or import Marc
record it's not ok
EX:
Results window: Title: A criação de caracóis
MARC record : 200 1  _aÂA Âcriação de caracóis


Tring with Tamil demo [http://kpro.tamil.fr/] z39.50 works weel [with 
Firefox].

I don't know what to do, you need to debug the perl code.

Bye
Zeno Tajoli

--
Zeno Tajoli
/SVILUPPO PRODOTTI CINECA/ - Automazione Biblioteche
Email: z.taj...@cineca.it Fax: 051/6132198
*CINECA* Consorzio Interuniversitario - Sede operativa di Segrate (MI)
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-06 Thread anjoze
Hi Zeno,

I've tried with all the encoding on both servers without success.
With ISO5426 the Results widow is OK but when I preview or import Marc
record it's not ok
EX:
Results window: Title: A criação de caracóis
MARC record : 200 1  _aÂA Âcriação de caracóis

Cheers



-
Koha version:   16.05.05
   - -
José Anjos
--
View this message in context: 
http://koha.1045719.n5.nabble.com/Z39-50-encoding-problem-tested-on-2-koha-servers-tp5938540p5939347.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-06 Thread Tajoli Zeno

Hi Jose,

Il 06/07/2017 11:40, anjoze ha scritto:

None of both server can get the right encoding from any Portuguese servers.
Ex: *Portuguese National Library*
BNP - Catálogo da Biblioteca Nacional de Portugal
/Hostname   catalogo.bnportugal.pt


about this host, in the 'Encoding' field, which value have you insert ?
Try to insert 'ISO_5426'

Bye
Zeno Tajoli

--
Zeno Tajoli
/SVILUPPO PRODOTTI CINECA/ - Automazione Biblioteche
Email: z.taj...@cineca.it Fax: 051/6132198
*CINECA* Consorzio Interuniversitario - Sede operativa di Segrate (MI)
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-06 Thread anjoze
Hi Zeno,

The result:
Purging Z39.50 records from import tables.
Done with purging Z39.50 records from import tables.

But still not working :(
The problem still exactly the same after everything we done.
Server2 can get right encoding from Server1
None of both server can get the right encoding from any Portuguese servers.
Ex: *Portuguese National Library*
BNP - Catálogo da Biblioteca Nacional de Portugal
/Hostname   catalogo.bnportugal.pt
Port210
BD  bn
Syntaxe unimarc /

Talking with other persons from other Koha libraries, none of them have
Z39.50 working correctly.

Thanks for your help



-
Koha version:   16.05.05
   - -
José Anjos
--
View this message in context: 
http://koha.1045719.n5.nabble.com/Z39-50-encoding-problem-tested-on-2-koha-servers-tp5938540p5939338.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-06 Thread Tajoli Zeno

Hi Jose',

Il 05/07/2017 15:14, anjoze ha scritto:

I've looked at tables with Workbench and all tables have Collation set
utf8_unicode_ci
Then I've added to my mysql conf:
/[client]
default-character-set=utf8

[mysql]
default-character-set=utf8

[mysqld]
collation-server = utf8_unicode_ci
init-connect='SET NAMES utf8'
character-set-server = utf8/

Then:
mysql> SHOW VARIABLES LIKE '%char%';
+--++
| Variable_name| Value  |
+--++
| character_set_client | utf8   |
| character_set_connection | utf8   |
| character_set_database   | utf8   |
| character_set_filesystem | binary |
| character_set_results| utf8   |
| character_set_server | utf8   |
| character_set_system | utf8   |
| character_sets_dir   | /usr/share/mysql/charsets/ |
+--++

Still have the same problem with Z39.50 characters.


last try:
close apache, plack and zebra.
On linux command line go to the correct dir and with the koha user do:
./cleanup_database.pl --verbose --z3950

Then retest z39.50 searches.

Bye
Zeno Tajoli


--
Zeno Tajoli
/SVILUPPO PRODOTTI CINECA/ - Automazione Biblioteche
Email: z.taj...@cineca.it Fax: 051/6132198
*CINECA* Consorzio Interuniversitario - Sede operativa di Segrate (MI)
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-06-28 Thread anjoze
Here is the result:

Locale is the same on both servers:
LANG=pt_PT.UTF-8
LANGUAGE=pt:pt_BR:en
LC_CTYPE="pt_PT.UTF-8"
LC_NUMERIC=pt_PT
LC_TIME=pt_PT
LC_COLLATE="pt_PT.UTF-8"
LC_MONETARY=pt_PT
LC_MESSAGES="pt_PT.UTF-8"
LC_PAPER=pt_PT
LC_NAME=pt_PT
LC_ADDRESS=pt_PT
LC_TELEPHONE=pt_PT
LC_MEASUREMENT=pt_PT
LC_IDENTIFICATION=pt_PT
LC_ALL=

*SERVER1*:
+--++
| Variable_name| Value  |
+--++
| character_set_client | utf8mb4|
| character_set_connection | utf8mb4|
| character_set_database   | utf8mb4|
| character_set_filesystem | binary |
| character_set_results| utf8mb4|
| character_set_server | utf8mb4|
| character_set_system | utf8   |
| character_sets_dir   | /usr/share/mysql/charsets/ |
+--++

*SERVER2:*
+--++
| Variable_name| Value  |
+--++
| character_set_client | utf8   |
| character_set_connection | utf8   |
| character_set_database   | latin1 |
| character_set_filesystem | binary |
| character_set_results| utf8   |
| character_set_server | latin1 |
| character_set_system | utf8   |
| character_sets_dir   | /usr/share/mysql/charsets/ |
+--++

Shouldn't be Z39.50 independent of Mysql schema?
This way I will always have problems connecting to other Servers because
they have different Mysql schema's.
I've tested with my Server1 and Server2  andI have problems with characters
when I connect to other public servers.
So, if I must have the same database schema to be able to get the right
characters, probably I will never have a Z39.50 working right or I need to
have lucky.




-
Koha version:   16.05.05
   - -
José Anjos
--
View this message in context: 
http://koha.1045719.n5.nabble.com/Z39-50-encoding-problem-tested-on-2-koha-servers-tp5938540p5938751.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-06-28 Thread Tajoli Zeno

Hi,

with those results I think that your problem are based om MySQL setup.
Login into mysql command line and do:
mysql> SHOW VARIABLES LIKE '%char%';

In my Unimarc setup (Koha 3.20.7, Debian 8, Mysql 5.5) the result is:
mysql> SHOW VARIABLES LIKE '%char%';
+--++
| Variable_name| Value  |
+--++
| character_set_client | utf8   |
| character_set_connection | utf8   |
| character_set_database   | utf8   |
| character_set_filesystem | binary |
| character_set_results| utf8   |
| character_set_server | utf8   |
| character_set_system | utf8   |
| character_sets_dir   | /usr/share/mysql/charsets/ |
+--++

Server1 has the same result of Server2 ?

An other possible source of problem is 'locale' setup.
In my server
koha@debian8:~$ locale
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

As you see there are much more '.UTF-8' that in your 'locale'.

On the topic:
https://wiki.koha-community.org/wiki/Encoding_and_Character_Sets_in_Koha

Bye
Zeno Tajoli






--
Zeno Tajoli
/SVILUPPO PRODOTTI CINECA/ - Automazione Biblioteche
Email: z.taj...@cineca.it Fax: 051/6132198
*CINECA* Consorzio Interuniversitario - Sede operativa di Segrate (MI)
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-06-28 Thread anjoze
Hi Zeno Tajoli,

Server1: Save the record in MRCXML
Server2: Stage MARC records for import --> Result: No problems, all
characters OK



-
Koha version:   16.05.05
   - -
José Anjos
--
View this message in context: 
http://koha.1045719.n5.nabble.com/Z39-50-encoding-problem-tested-on-2-koha-servers-tp5938540p5938723.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-06-28 Thread Tajoli Zeno

Hi José Anjos,

do this test:
Server1: Save the record in MRCXML
Server2: Stage MARC records for import --> Result = ?

Bye
Zeno Tajoli


Il 28/06/2017 14:30, anjoze ha scritto:

More tests

*Test 1:*
I've enable Z39.50 server on both servers.
Server1 --> Server2: *NO problem* with characters encoding
Server2 --> Server1: *Problem* with characters encoding

I've compared multiple files but everything is equal:
/var/lib/koha/koha/biblios
/etc/koha/sites/koha/zebra-biblios-dom.cfg
/etc/koha/zebradb/pqf.properties
/etc/koha/zebradb/ccl.properties

*Test 2:*
Server2: Save the record in MRCXML
Server1: Stage MARC records for import --> *Problem* with characters
encoding

Where can I find more settings for Zebra or something related?
Thanks



-
Koha version:   16.05.05
- -
José Anjos
--
View this message in context: 
http://koha.1045719.n5.nabble.com/Z39-50-encoding-problem-tested-on-2-koha-servers-tp5938540p5938710.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha



--
Zeno Tajoli
/SVILUPPO PRODOTTI CINECA/ - Automazione Biblioteche
Email: z.taj...@cineca.it Fax: 051/6132198
*CINECA* Consorzio Interuniversitario - Sede operativa di Segrate (MI)
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-06-28 Thread anjoze
More tests

*Test 1:*
I've enable Z39.50 server on both servers.
Server1 --> Server2: *NO problem* with characters encoding
Server2 --> Server1: *Problem* with characters encoding

I've compared multiple files but everything is equal:
/var/lib/koha/koha/biblios
/etc/koha/sites/koha/zebra-biblios-dom.cfg
/etc/koha/zebradb/pqf.properties
/etc/koha/zebradb/ccl.properties

*Test 2:*
Server2: Save the record in MRCXML
Server1: Stage MARC records for import --> *Problem* with characters
encoding

Where can I find more settings for Zebra or something related?
Thanks



-
Koha version:   16.05.05
   - -
José Anjos
--
View this message in context: 
http://koha.1045719.n5.nabble.com/Z39-50-encoding-problem-tested-on-2-koha-servers-tp5938540p5938710.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-06-27 Thread anjoze
Hi Barton,
I've done some tests based on this page:
https://wiki.koha-community.org/wiki/Troubleshooting_Zebra
I will put the results here:
*yaz-client -c /etc/koha/zebradb/ccl.properties koha_test:9998/biblios*
/Connecting...OK.
Sent initrequest.
Connection accepted by v3 target.
ID : 81
Name   : Zebra Information Server/GFS/YAZ
Version: 4.2.30 98864b44c654645bc16b2c54f822dc2e45a93031
Options: search present delSet triggerResourceCtrl scan sort
extendedServices namedResultSets
Elapsed: 0.001579
Z>

Z> *f homem*
Sent searchRequest.
Received SearchResponse.
Search was a success.
Number of hits: 1, setno 1
SearchResult-1: term=homem cnt=1
records returned: 0
Elapsed: 0.003632
Z> 

*Z> format xml
Z> show 1*
Sent presentRequest (1+1).
Records: 1
[biblios]Record type: XML

http://www.w3.org/2001/XMLSchema-instance;
xmlns="http://www.loc.gov/MARC21/slim;
xsi:schemaLocation="http://www.loc.gov/MARC21/slim
http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd;>

   nam  224500
  2
  
978-989-628-078-9
  
  
PT
278876/08
  
  
2
  
  
por
  
  
PT
  
  
20100225d2008m||y0frey5003ba
  
  
Um homem de aluguer
Neus Arqués
trad. Helena Pitta
  
  
1ª ed
  
  
Matosinhos
QuidNovi
2008
  
  
175 p.
24 cm
  
  
Ficção estrangeira
  
  
Tít. orig.: Um hombre de pago
  
  
821.134.2-31"20"
BN
por
  
  
Arqués
Neus
1964-
1
  
  
Pitta
Helena
730
2
  
  
PT
BN
RPC
  
  
test
12-06-2017
  
  
MON
  
  
0
0
8231_ARQ
01
1
TESTE
01
82-31 ARQ
0
MON
Oferta
  

nextResultSetPosition = 2
Elapsed: 0.039125
/ 

As you can see, the results are OK, all the characters are OK.
The problem is on koha...

 
 
 
 




-
Koha version:   16.05.05
   - -
José Anjos
--
View this message in context: 
http://koha.1045719.n5.nabble.com/Z39-50-encoding-problem-tested-on-2-koha-servers-tp5938540p5938557.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-06-27 Thread Barton Chittenden
On Tue, Jun 27, 2017 at 5:17 AM, anjoze  wrote:

> José


José,

Have you tried connecting via yaz-client? What about another z39.50 client?
It would be useful to know whether the encoding errors are in Koha or in
zebra.

--Barton
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha