No announcements
Found 2803408 threads
-
0 Votes
WCF and encoding. Fails on german characters
was still utf-16 and failed on the German (special characters). Instead, I've had to use a XmlWriter with a memory stream and return as ...Answered | 2 Replies | 2727 Views | Created by GarethB83 - Tuesday, July 9, 2013 11:44 PM | Last reply by GarethB83 - Thursday, July 18, 2013 4:52 AM -
0 Votes
Issues with file encoding - German characters not displaying correctly.
Use Encoding.Default instead of Encoding.Ascii Encoding.Default will make it use ANSI for the current code page. Note that you cannot use ASCII for ...Answered | 4 Replies | 8124 Views | Created by daaboots - Friday, September 26, 2008 1:51 PM | Last reply by daaboots - Friday, September 26, 2008 3:52 PM -
0 Votes
German characters in textbox
Hello, I also have the same problem with MaciejPol. But I need to display it as a Japanese Kanji, Hiragana, Katakana, Chinese, Korean and Thai characters in theAnswered | 3 Replies | 3830 Views | Created by MaciejPol - Saturday, January 19, 2008 11:27 PM | Last reply by Jason Kresowaty - Sunday, January 20, 2008 12:06 AM -
0 Votes
German characters messed up
Based on your description "when I import my word list from a text file, all the special German characters get turned into squares", I suspect the encoding ...Answered | 4 Replies | 3051 Views | Created by pedroponting - Tuesday, October 6, 2009 7:42 AM | Last reply by Jay_Wang - Monday, November 2, 2009 10:32 AM -
0 Votes
Encoding characters!!
Hi, I am working on a web app that calls a webservice. The webservice returns the result as json. Whenever the result is returned some of the characters are in ...Answered | 1 Replies | 7380 Views | Created by kronoseus - Wednesday, June 15, 2011 6:44 PM | Last reply by Jesse Houwing - Thursday, June 16, 2011 8:18 AM -
0 Votes
StreamReader ignores German characters
Thanx for suggestion, I'm using XMLspy to view the files and just now realized that encoding in XML is set to encoding="ISO-8859-1". I ...Answered | 2 Replies | 4692 Views | Created by Isolda - Friday, June 15, 2007 2:55 PM | Last reply by Isolda - Friday, June 15, 2007 3:52 PM -
0 Votes
German characters in documentation
Save the example code file using UTF-8 encoding so that it retains the extended characters in the proper format. Without any encoding bytes, the file is assumed ...Answered | 2 Replies | 4261 Views | Created by klaus_b - Monday, June 4, 2007 4:18 PM | Last reply by klaus_b - Monday, June 4, 2007 11:24 PM -
2 Votes
German special Characters üöä
There are similar problems with some other languages. I tested Chinese and French, seems all no-English characters are incorrectly encoded.Answered | 2 Replies | 970 Views | Created by Paul Gullans - Tuesday, May 5, 2015 10:37 AM | Last reply by Jason D Williams - Wednesday, May 6, 2015 2:45 PM -
1 Votes
Locate German characters
accents, we have been sent a file for a mailshot which has the accented characters and therefore need to replace with the ones that match the email ...Answered | 8 Replies | 4073 Views | Created by The real Slartibartfast - Monday, May 21, 2012 11:37 AM | Last reply by The real Slartibartfast - Monday, May 21, 2012 1:43 PM -
0 Votes
Encoding Characters!!!
(System.Web.HttpUtility.HtmlEncode("netuser\u0040live.com")); It shows the correct characters. Cookie Luo[MSFT] MSDN Community ...Answered | 3 Replies | 3249 Views | Created by kronoseus - Saturday, June 18, 2011 6:12 AM | Last reply by Cookie Luo - Monday, June 20, 2011 7:45 AM -
0 Votes
WCF service fails when reads special characters
Based on my experience, there does exists some issues when we return some special chars directly within webservice/WCF service operations without encoding ...Answered | 1 Replies | 4786 Views | Created by Isanam - Thursday, October 29, 2009 5:24 PM | Last reply by Steven Cheng - MSFT - Tuesday, November 3, 2009 10:16 AM -
0 Votes
WinHttpCrackURL and Encoding Chinese Characters
I am trying to use WinHttpCrackURL to parse a URL and ultimately send an URL request. Some of the URL addresses I am trying to process contain Chinese characters, but I cannot ...Answered | 2 Replies | 4413 Views | Created by J Noble - Wednesday, December 6, 2006 6:39 PM | Last reply by J Noble - Wednesday, December 6, 2006 9:53 PM -
1 Votes
German special characters aka Umlauts
Hi, in a html file I have dozens of german special characters like ä ö ü or ß. When opening and saving the file with Expression Web, all special ...Answered | 15 Replies | 4328 Views | Created by Peter_Berliner - Wednesday, January 7, 2009 6:04 PM | Last reply by Steve Easton - Friday, January 9, 2009 1:49 PM -
0 Votes
Reading german characters from sqlite using C#
system.data.sqlite dll. Everything works fine but if data has some german characters it is showing as question mark. We are trying to retrieve data of type ...Unanswered | 1 Replies | 520 Views | Created by devsqlite1 - Thursday, May 19, 2016 1:36 PM | Last reply by CoolDadTx - Thursday, May 19, 2016 2:43 PM -
0 Votes
(Web) Infopath form - German Characters converted to ? - on submission
share point site It works absolutely fine except when we get German characters like ä, ö, ü or « ...Unanswered | 0 Replies | 7964 Views | Created by Rajesh Khatri - Thursday, March 13, 2008 9:55 PM | Last reply by Rajesh Khatri - Thursday, March 13, 2008 9:55 PM -
1 Votes
Encoding Special Characters
You can either implement your own XmlWriter (can be done by extending an existing XmlWriter implementation) that does that or you can use XSLT and a stylesheet copying everything but changing ...Proposed | 1 Replies | 4471 Views | Created by bes7252 - Tuesday, February 24, 2009 6:17 PM | Last reply by Martin Honnen - Tuesday, February 24, 2009 6:36 PM -
0 Votes
WCF service fails when reads special characters
I'd try posting your question in the WCF forums since it isn't Silverlight specific.Answered | 1 Replies | 3576 Views | Created by Isanam - Thursday, October 29, 2009 12:20 AM | Last reply by Bryant Likes - Thursday, October 29, 2009 11:10 AM -
0 Votes
ascii, encoding & dodgy characters
will create an XML file that does not contain any errors. You can modify the encoding back to ASCII and generate the file again just to see how all the extended ...Answered | 9 Replies | 6409 Views | Created by Anarchy - Wednesday, August 22, 2007 9:27 AM | Last reply by Anarchy - Wednesday, August 29, 2007 8:22 AM -
1 Votes
Characters encoding problem
directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with ...Answered | 2 Replies | 668 Views | Created by Marian SH - Monday, March 16, 2015 9:56 AM | Last reply by Marian SH - Thursday, April 9, 2015 5:50 PM -
0 Votes
Binary reader with German special characters
I'm using a binary reader object to read characters from a filestream and I have problems decoding German characters e.g. umlaut ü (hex value FC). It's aAnswered | 2 Replies | 2741 Views | Created by monkey8888z - Thursday, February 5, 2009 4:41 PM | Last reply by monkey8888z - Thursday, February 5, 2009 6:02 PM - Items 1 to 20 of 2803408 Next ›
No announcements