This is a great topic because I'm still getting oddities sometimes.
There's,
1. ANSI (won't work)
2. UTF-8 (works well)
3. Unicode (the utlimate goal as it is supposed to support Asian
and Kanji Languages, or does UTF-8 also?)
4. Unicode big endian (what does this do, reverse the double byte
order?)
I need to have a temp directory where on a daily basis, just for
performance, when a page is translated, I save it as a text file, and
then delete it at midnight.
Then the next day, all it takes is the first people going through the
site and it's cached for the day unless edited and them I remove the cache.
Is this cool with the TOS?
What is the best choice above for Translation returned from Google,
UTF-8, or if I want to also provide Japanese and Chinese is one of the
Unicode's a better choice, and if so, which one?
-r
Ben Lisbakken wrote:
> Pankaj --
>
> Our translations are returned in UTF-8 char encoding. If you are not
> changing it's encoding, then it should work properly. Otherwise, I'm
> not familiar with how to do this for SQL Server, so you might try a
> forum specifically for SQL Server.
>
> -Ben
>
> On Wed, Sep 10, 2008 at 2:02 AM, pankaj <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>
> I am using google transliteration to display the text in Hindi/Tamil
> etc.
>
> I tried to store the text appear as Hindi from textarea in an nvarchar
> field of database (SQL Server 2005) , the text saved as "???????".
>
> After retireving text from the same it display the text as "???????".
>
> Can anyone help me how to store and retrieve the actual data from SQL
> Server 2005?
>
> I am using ASP.net, C# and SQL Server 2005
>
>
>
>
> >
--
CONFIDENTIALITY NOTICE The contents of this message may be privileged and
confidential. Therefore, if this message has been received in error, please
delete it without reading it. Your receipt of this message is not intended to
waive any applicable privilege. Please do not disseminate this message without
the permission of the author. This e-mail does not serve as a contract or a
legally binding agreement of any sort whatsoever. Agreements with
ActiveCommunity.com are done by formal contract only and by signature and
witnesses.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google AJAX API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-AJAX-Search-API?hl=en
-~----------~----~----~----~------~----~------~--~---