When calling GetListItems from /_vti_bin/lists.asmx to get records from a list which has columns with Hebrew names, the columns turn up to be empty after loading the xml to a DataSet. The reason is probably because the columns name shows different in the ows_MetaInfo then name as it appears in the row data returned from the web service: From the row: ows__x05ea__x05d0__x05e8__x05d9__x05da__x05de_="2008-03-20 00:00:00" From ows_MetaInfo: תאריךמ:SW|2008-03-20T00:00:00Z In order to transform...
Can't view Hebrew data stored in your Oracle database using TOAD / PL/SQL developer ? That, also, is a well known problem with a very usually-it-works solution for Windows users: In order to be able to view Hebrew fonts properly from Oracle you need to set the NLS_LANG registry key. The key can be found here: HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME ID \ NLS_LANG where ID is the unique number identifying the Oracle home . The right value of the key for Hebrew fonts is: HEBREW_ISRAEL.IW8MSWIN1255 The...