On 31-Jan-08, at 11:21 PM, Alexei Vinidiktov wrote:
> Joe Strout пишет:
>> On Jan 31, 2008, at 9:13 PM, lveillette wrote:
>>
>>> I'm trying to save the following string: "D‘Amico" to a
>>> REALSQLdatabase, but
>>> it seems that it ends up in the database as DAmico, no matter what
>>> encoding
>>> I use and even though my start encoding is utf-8.
>>
>> How are you trying to save it? If you're building an SQL command,
>> remember that single quotes are string delimiters.
>
> The string in the original post read "DŒAmico" for me, not
> "D‘Amico"
> (there's a special letter after the 'D' which looks like OE).
UTF-8 Code point [‘] U+2018 ‘ LEFT SINGLE QUOTATION MARK
is what it seems to me to be
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|