
Not applicable
2012-04-11
04:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to Convert UTF-8 format
Hi All,
I am having trouble in character formats which I am trying to load from qvd file.
In my data I have capital i (İ) ,which is used commonly in Turkish. In order to earn time I need to store this data into a qvd file. I can do that with out any probem but when I try to load my data from qvd file I find my Turkish characters turned into English charactes. Shortly all my (İ) turned into (I) and so forth.
I guess the reason for this problem can be default UTF-8 formatting in QVD file formats.
Do you have an idea ?
Best Reagrds
HealMe_Solutions
3,585 Views
1 Reply

Not applicable
2012-04-11
06:44 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
try to load data from qvd file in unicode format:
LOAD *
FROM
test.qvd (unicode, qvd);
regards
1,843 Views
