No announcements
Found 3010997 threads
-
1 Votes
Issue working with files that use a mixture of character sets
See the Naming Conventions section on the following link.Answered | 1 Replies | 582 Views | Created by Mark Laverty - Monday, March 31, 2014 10:22 PM | Last reply by Herro wong - Wednesday, April 2, 2014 2:30 AM -
0 Votes
Invalid character found
So pipeline is throwing error "Invalid character found.Answered | 4 Replies | 10376 Views | Created by kdchen - Monday, August 10, 2009 2:32 AM | Last reply by KD Chen - Tuesday, August 11, 2009 6:39 AM -
0 Votes
Thread showing up in the forum list(s) without a Subject but it has one
SP 2010 "FAQ" (mainly useful links): http://wssv4faq.mindsharp.com/default.aspx WSS3/MOSS FAQ (FAQ and Links) ...Answered | 3 Replies | 13153 Views | Created by Mike Walsh FIN - Thursday, October 16, 2008 10:05 AM | Last reply by Ed Price - MSFT - Thursday, April 19, 2012 11:31 PM -
0 Votes
Unicode values for Japanese Characters (Katakana, Kanji & Hiragana)
String = Regex.Replace(some_text, "\p{IsKatakana}|\p{IsCJKUnifiedIdeographs}|\p{IsHiragana}", String.Empty) See ...Answered | 3 Replies | 2633 Views | Created by Basim Amin 78 - Wednesday, February 22, 2017 11:35 AM | Last reply by Neda Zhang - Thursday, February 23, 2017 2:39 AM -
0 Votes
Validate file name in attachments
Hi laureano Adriano, According to your description, you want to validate the attachment file name.Answered | 2 Replies | 1063 Views | Created by laureano Adriano - Thursday, June 23, 2016 5:33 PM | Last reply by Chris yuri - Friday, June 24, 2016 7:31 AM -
0 Votes
Broken Korean characters are shown on Visual Studio 2015 enterprise installation window.
Hi, I have a problem on installing Visual Studio 2015 enterprise Korean version on my Windows 10 enterprise Korean.Answered | 1 Replies | 752 Views | Created by Joonsong Jang - Monday, January 11, 2016 4:37 AM | Last reply by Barry Wang - Tuesday, January 12, 2016 7:00 AM -
2 Votes
To pass japanese charecters to a Multibyte application
Hello, you can use following code and convert you bytes to WCHAR in C++ to get japanese characters!Answered | 5 Replies | 3095 Views | Created by jabu123 - Thursday, September 29, 2011 7:33 AM | Last reply by Lie You - Wednesday, October 5, 2011 7:52 AM -
0 Votes
Japanese string into English
You can use resource files in satellite DLLs to provide localized strings in your .NET applications.Answered | 1 Replies | 2146 Views | Created by bishara22 - Monday, November 7, 2011 2:37 PM | Last reply by Kemp Brown - Wednesday, November 9, 2011 1:37 AM -
0 Votes
String's "New Line" Characters Not Writing Correctly To Text File
I am reformatting a text file.Answered | 3 Replies | 1724 Views | Created by JohnM68 - Monday, July 20, 2015 12:13 AM | Last reply by chanmm - Monday, July 20, 2015 3:17 AM -
0 Votes
attached content to email subject
\r\n' , @subject = 'Invalid data.Answered | 15 Replies | 2287 Views | Created by arkiboys - Wednesday, January 11, 2012 3:37 PM | Last reply by arkiboys - Wednesday, January 11, 2012 5:26 PM -
1 Votes
Setting up the File Name of email Attachment from Received File Name
This function can give you file name string ReceivedFileName = srcFileName.Substring(srcFileName.LastIndexOf("\\") + 1); You can change it as ...Answered | 13 Replies | 2465 Views | Created by vdha - Thursday, December 18, 2014 3:57 PM | Last reply by vdha - Thursday, December 18, 2014 4:39 PM -
3 Votes
Show UTF-8 folder/file names on a EditBox
No, it has something todo with this program.Answered | 15 Replies | 3266 Views | Created by ehsansad - Monday, May 7, 2012 1:51 PM | Last reply by ehsansad - Tuesday, May 8, 2012 2:42 PM -
1 Votes
A file name cannot contain any of the following characters: \ / : * ?
It will mess the file path to your attachment that's why SharePoint does not allow this.Answered | 5 Replies | 12140 Views | Created by Prakash KSingh - Friday, October 11, 2013 4:11 AM | Last reply by SP-Sanjay Saxena - Friday, October 11, 2013 12:53 PM -
0 Votes
Regional setting - Japanese
Then on the local machine it can convert to the localized version if it wants to or show the UTC value.Answered | 2 Replies | 519 Views | Created by Amit19781231 - Monday, July 6, 2015 11:34 AM | Last reply by Kristin Xie - Thursday, July 16, 2015 9:41 AM -
0 Votes
The specified path, file name, or both are too long.
And error shows The specified path, file name, or both are too long.Answered | 6 Replies | 8838 Views | Created by BI_Support - Monday, January 21, 2013 12:50 PM | Last reply by BI_Support - Tuesday, January 22, 2013 9:43 AM -
2 Votes
The file name property is not valid.
I was getting pre-validation errors on file names on a network share.Answered | 4 Replies | 25680 Views | Created by Spartaa - Thursday, July 19, 2012 1:01 PM | Last reply by NiaKhan - Thursday, October 25, 2018 6:54 PM -
0 Votes
input data by Japanese language
my PC is server and I set my system setup and regional normal, I write PRO Japanese - English on SERVER and use it on PC2, but PC2 is ...Answered | 9 Replies | 4152 Views | Created by Luu Minh - Friday, October 21, 2011 1:11 AM | Last reply by Luu Minh - Thursday, October 27, 2011 12:42 AM -
18 Votes
Please, some solution to The specified path, file name, or both are too long
The specified path, file name, or both are too long.Answered | 13 Replies | 101125 Views | Created by eferreyra - Friday, February 22, 2008 5:57 PM | Last reply by Mayur_Sharma - Wednesday, May 21, 2014 1:17 PM -
0 Votes
richtextbox is showing english text as Chinese / Japanese.
I proposed you as the answer but it doesn't show up blue which would mean the original poster or a moderator proposed the answer.Answered | 3 Replies | 1906 Views | Created by AussieHack - Thursday, February 27, 2014 12:55 AM | Last reply by Mr. Monkeyboy - Thursday, February 27, 2014 2:31 AM -
0 Votes
Export to flat file with unicode (chinese) characters??
When we create the Flat File Connection Manager with the default settings, the data in flat file stops when goes to the Chinese characters.Answered | 3 Replies | 4930 Views | Created by hellomynameiskayla - Tuesday, April 14, 2015 6:12 PM | Last reply by Katherine Xiong - Thursday, April 16, 2015 2:42 AM
No announcements