Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
Currently i'm using "Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 (X64) Jun 17 2011 00:54:03 Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) " version for sql server.

I have added danish language registry to support danish language for full text search and it is showing it and i have configured it.

But i still facing problem for 'Æ' danish national character to search.

Can anyone provide suggesion to improve this or do i need to install any hotfix for above provided version?:(
Posted
Comments
Sergey Alexandrovich Kryukov 26-Oct-12 15:56pm    
The problem is not described. What is "Danish language registry"? You need to use Unicode.
--SA

1 solution

Please see my comment to the question. As I say, your problem is not described, but you need to use Unicode, and Unicode SQL data types such as NCHAR, NVARCHAR2, NCLOB. Please see:
http://docs.oracle.com/cd/B10500_01/server.920/a96529/ch6.htm#1011105[^],
http://en.wikipedia.org/wiki/Unicode[^],
http://unicode.org/[^],
http://www.unicode.org/faq/utf_bom.html[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900