Skip to content

How to configure fluent nhibernate unicode support ? #506

Discussion options

You must be logged in to vote

There is very likely a mismatch in encoding anywhere between how the data is input, writen to the database (check the schema encoding there), read again from database, then output in your application.
So it is hard to tell where things are going wrong.

General explanation and guidance on such encoding troubles can be found here, just in case.

Check also your Oracle configuration. Oracle Unicode handling may be tricky, depending on how it is configured. So you have to be sure you have set it adequately and use matching string types, types which vary according to the configuration of your server. And also NHibernate Oracle dialect configuration may have to be adjusted depending on how the s…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HakanKaraoglu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants