Microsoft
Software
Hardware
Network
Question : why do i get "No mapping for the Unicode character exists in the target multi-byte code page"
I have a website running on iis7 and windows server 2008 when i try to access it with mozzila firefox from some computers i get "System.ArgumentOutOfRange
Exception:
No mapping for the Unicode character exists in the target multi-byte code page. (Exception from HRESULT: 0x80070459)"
Answer : why do i get "No mapping for the Unicode character exists in the target multi-byte code page"
Is the correct charset defined in the "content-type" header?
Since you probably are using Hebrew characters, this charset will have to be ISO-8859-8 or utf-8, I guess.
For HTML:
For XHTML:
Random Solutions
Adding a Chart to a UserForm using a Macro
Dynamically add images to an Access form with VBA
no change-event checkbox in datagridview
time formats - coming up with totals
SQL Server database move question
Win7 Ultimate upgrade in stages using OEM DVD
Sub that makes every pivot table item visible
Exchange asks to authenticate to alternate domain after successfuly connecting
Word 2007 Protected Form
How to convert seconds to hh:mm:ss in a sql query