Subject | Re: [firebird-support] utf8 and isql script |
---|---|
Author | Peter Lee |
Post date | 2009-12-18T14:19:57Z |
Thanks for the reply!
It's all working from Qt - we can edit the strings, they get saved
correctly into database etc. However - some of our people here edit a
database using our Qt application, strings all get stored correctly. We
then extract their data using IBExpert, for inclusion in our database
generation scripts, which are run through isql. They then get turned
into mush!
Thanks,
Peter Lee
Dunbar, Norman wrote:
Peter Lee ptle@...
-----------------------------------------------------------------------
Rising Software Australia Pty. Ltd. http://www.risingsoftware.com/
Publishers of 'Auralia' - Ear Training and 'Musition' - Theory Training
Ph: +61 3 9481 3320 FAX: +61 3 9481 3380 USA Freecall: 1 888 667 7839
[Non-text portions of this message have been removed]
It's all working from Qt - we can edit the strings, they get saved
correctly into database etc. However - some of our people here edit a
database using our Qt application, strings all get stored correctly. We
then extract their data using IBExpert, for inclusion in our database
generation scripts, which are run through isql. They then get turned
into mush!
Thanks,
Peter Lee
Dunbar, Norman wrote:
> Peter,--
>
>
>>> We are creating our database with varchar fields being UTF8.
>>> ...
>>> However, when inserting strings such as 'piĆ¹' - we don't get an
>>> error, but in our db utility (IBExpert) it shows this;
>>> ...
>>>
>
> I **think** you need to assign your fields from a QString->toUtf8() rather than just from the QString itself.
>
> See the help:
>
> QByteArray QString::toUtf8 () const
>
> Returns a UTF-8 representation of the string as a QByteArray.
>
> See also fromUtf8(), toAscii(), toLatin1(), toLocal8Bit(), and QTextCodec.
>
>
> Cheers,
> Norman.
>
> Apologies for the disclaimer below. :-(
>
>
>
>
> Information in this message may be confidential and may be legally privileged. If you have received this message by mistake, please notify the sender immediately, delete it and do not copy it to anyone else. We have checked this email and its attachments for viruses. But you should still check any attachment before opening it. We may have to make this message and any reply to it public if asked to under the Freedom of Information Act, Data Protection Act or for litigation. Email messages and attachments sent to or from any Environment Agency address may also be accessed by someone other than the sender or recipient, for business purposes. If we have sent you information and you wish to use it please read our terms and conditions which you can get by calling us on 08708 506 506. Find out more about the Environment Agency at www.environment-agency.gov.uk
>
> Information in this message may be confidential and may be legally privileged. If you have received this message by mistake, please notify the sender immediately, delete it and do not copy it to anyone else.
>
> We have checked this email and its attachments for viruses. But you should still check any attachment before opening it.
> We may have to make this message and any reply to it public if asked to under the Freedom of Information Act, Data Protection Act or for litigation. Email messages and attachments sent to or from any Environment Agency address may also be accessed by someone other than the sender or recipient, for business purposes.
>
> If we have sent you information and you wish to use it please read our terms and conditions which you can get by calling us on 08708 506 506. Find out more about the Environment Agency at www.environment-agency.gov.uk
>
>
> ------------------------------------
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> Visit http://www.firebirdsql.org and click the Resources item
> on the main (top) menu. Try Knowledgebase and FAQ links !
>
> Also search the knowledgebases at http://www.ibphoenix.com
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Yahoo! Groups Links
>
>
>
>
>
>
Peter Lee ptle@...
-----------------------------------------------------------------------
Rising Software Australia Pty. Ltd. http://www.risingsoftware.com/
Publishers of 'Auralia' - Ear Training and 'Musition' - Theory Training
Ph: +61 3 9481 3320 FAX: +61 3 9481 3380 USA Freecall: 1 888 667 7839
[Non-text portions of this message have been removed]