Quantcast
Channel: Unable to translate Unicode character
Browsing latest articles
Browse All 6 View Live

Re: Unable to translate Unicode character

Hi mrcode86,mrcode86 the best way to go is to replace characters before i return them or before i save them in the database?Yes, it best to valid the content before you save them in the database. Don't...

View Article



Re: Unable to translate Unicode character

Hi,thanx, but i still se the same error. :(When i try this: Regex.Replace(Content, @"\p{Cs}", ":)") i get no errors, so the best way to go is to replace characters before i return them or before i save...

View Article

Re: Unable to translate Unicode character

Hi mrcode86,Try below code.System.Text.Encoding Utf8Encoder = System.Text.Encoding.GetEncoding("UTF-8", new System.Text.EncoderReplacementFallback(string.Empty), new...

View Article

Re: Unable to translate Unicode character

Thanx. I think its better now, but i still see a lot of this error, System.Text.EncoderFallbackException: Unable to translate Unicode character \uD83C at index 739 to specified code page.Stack: at...

View Article

Re: Unable to translate Unicode character

Hi mrcode86,Try below code. It can remove the unrecognize characters.System.Text.Encoding Utf8Encoder = System.Text.Encoding.GetEncoding("UTF-8", new...

View Article


Unable to translate Unicode character

I have a ASP.NET Web API and a mobile app.I monitor the Web Api with Newrelic and i see a lot of: "Unable to translate Unicode character \uD83C at index 237 to specified code page. "A lot of users...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images