I'm trying to create EF through Devart dotConnect with an Oracle database that includes Hebrew chars.
In regedit:
NLS_LANG = HEBREW_ISRAEL.IW8ISO8859P8
In web.config:
<system.web>
<globalization requestEncoding="windows-1255"
responseEncoding="windows-1255" fileEncoding="windows-1255"
culture="he-IL" uiCulture="he-IL" />
</system.web>
In Master:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
I'm getting " ¿¿¿¿" instead of real values. You can I fix it?
The answer was to edit in regedit the language tag