google-code-export / ords

Automatically exported from code.google.com/p/ords
1 stars 0 forks source link

Greek and other special characters get mangled on upload of Oxrep to ORDS #630

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Upload the OxRep SQL dump to ORDS
2. Notice that Greek and other special characters are being replaced with '?'s
3. Express puzzlement as the upload seems to be working fine on people's local 
set-ups

What is the expected output? What do you see instead?
The special characters and non-Roman characters in the database should be 
displayed correctly within the ORDS.

Please use labels and text to provide additional information.
Chrome. App. 1.0.9.
See discussion in issue #582 for more background

Original issue reported on code.google.com by jajwil...@gmail.com on 11 Mar 2015 at 2:45

GoogleCodeExporter commented 9 years ago
To help narrow down this issue, I have stripped out a load of unnecessary lines 
to create something that demonstrates the problem. Tables to look at (in order 
to see the problem) are:
areas
biblioref
docref
transactions

This looks suspiciously like issue 617 that I fixed not long ago. Investigating 
...

Original comment by thest...@gmail.com on 12 Mar 2015 at 2:33

Attachments:

GoogleCodeExporter commented 9 years ago
I can confirm that the fix created for issue 617 is still in place - so this is 
something new.

Original comment by thest...@gmail.com on 12 Mar 2015 at 2:43