No announcements
Found 2143012 threads
-
0 Votes
Building a JS app with grunt and UglifyJS - UTF-8 BOM problem
I discovered that there are multiple BOMs in my merged files so I refined my script to strip those out before writing the new one: var buf = ...Unanswered | 5 Replies | 3420 Views | Created by Frank Adler - Wednesday, March 12, 2014 2:37 PM | Last reply by Ice8lue - Tuesday, March 18, 2014 8:16 AM -
0 Votes
Why the UTF-8 with BOM marker requirement?
I mean I have static reference of my .js files but how do I encode the same using utf-8?Answered | 21 Replies | 8429 Views | Created by phil_ke - Wednesday, June 13, 2012 1:05 PM | Last reply by Jeff Sanders - Tuesday, March 12, 2013 11:58 AM -
1 Votes
Using _wfsopen to create a file with UTF-8 BOM
L"w, ccs=UTF-8") a file with an UTF-8 BOM can be created - at least when I compile my code (similar to the following line) with Visual ...Answered | 8 Replies | 1358 Views | Created by kth78 - Wednesday, May 4, 2016 6:50 AM | Last reply by kth78 - Friday, May 13, 2016 10:10 AM -
1 Votes
I wanna stop encode to "UTF-8 with BOM" that download from Windows Azure Portal
The reason for Eclipse can compile UTF-8 encoding with BOM is that using ECJ (Eclipse Compiler for Java).Answered | 4 Replies | 5009 Views | Created by nnasaki - Monday, May 20, 2013 9:50 PM | Last reply by nnasaki - Wednesday, May 22, 2013 4:39 PM -
0 Votes
BOM encoding break app functionality
Perhaps this is a problem only for specific machine.Answered | 3 Replies | 509 Views | Created by michal.charvat - Friday, September 4, 2015 4:31 PM | Last reply by Franklin Chen - Tuesday, September 8, 2015 9:15 AM -
0 Votes
How can I add BOM to all my UTF-8 encoded files in a visual studio project and ensure all new files in future will be UTF-8 encoded with BOM
I have UTF-8 encoded files in my project.Answered | 1 Replies | 1907 Views | Created by waaygee - Wednesday, March 6, 2013 9:26 AM | Last reply by Jeff Sanders - Wednesday, March 6, 2013 3:20 PM -
1 Votes
APPEND FROM and file that is encoded in UTF-8
I build the algorithm into the program.Answered | 13 Replies | 11012 Views | Created by fox-dgv - Monday, April 17, 2017 10:31 PM | Last reply by Pavel Celba - Saturday, April 22, 2017 10:53 AM -
2 Votes
#pragma execution_character_set("utf-8")
The problem is not about writing UTF-8 into a stream or onto the console.Answered | 18 Replies | 19370 Views | Created by Ralf Tobel - Thursday, November 29, 2012 9:45 AM | Last reply by Elegentin Xie - Wednesday, December 12, 2012 6:23 AM -
1 Votes
[BUG] Web Test New Datasource Wizard problems with UTF-8 CSV (text) files containing Byte Order Mark (BOM)
And I think UTF-8 with a BOM is pretty standard nowadays.Answered | 3 Replies | 1131 Views | Created by LZandman - Monday, August 31, 2015 1:29 PM | Last reply by AdrianHHH - Tuesday, September 1, 2015 8:18 AM -
0 Votes
How can i call grunt from msbuild?
Hi SelvaOnline, Not quite understand what do you mean by "call grunt file from my build definition when i do the build in the release mode", is ...Answered | 1 Replies | 1472 Views | Created by SelvaOnline - Wednesday, September 9, 2015 3:05 PM | Last reply by Jamles Hez - Thursday, September 10, 2015 1:39 AM -
0 Votes
UTF-8 support in sqlsrv_fetch_array
Hi I've added a new download to my blog page, which contains builds and the source code with a bug fix for this ...Answered | 5 Replies | 19118 Views | Created by Peter Bašista - Friday, October 17, 2008 7:42 PM | Last reply by Robert Johnson - Friday, October 12, 2012 12:54 AM -
0 Votes
[Node.js][Web Apps] unable to find local grunt
The problem is not that grunt is not found on the path.Answered | 6 Replies | 3597 Views | Created by Munchkin Skywalker - Friday, April 1, 2016 1:38 PM | Last reply by David Ebbo - Tuesday, April 19, 2016 12:36 AM -
4 Votes
sqlcmd is not processing unicode (utf-8) files correctly
UTF-8 is another "Multi-byte character set".Answered | 5 Replies | 16294 Views | Created by kjs1028x - Thursday, September 22, 2016 2:22 AM | Last reply by Erland Sommarskog - Thursday, August 16, 2018 9:45 PM -
0 Votes
XslCompiledTransform - generates utf-16 instead of utf-8 encoding
Those are byte order mark (BOM).Answered | 3 Replies | 6911 Views | Created by CurtisDeHaven - Thursday, September 10, 2015 10:32 AM | Last reply by Khanna Gaurav - Friday, September 11, 2015 6:48 AM -
0 Votes
[UWP]UTF-8 AppxManifest.xml file missing BOM
Create any Windows10 app, you'll see it.Answered | 4 Replies | 1356 Views | Created by WYB - Friday, September 18, 2015 1:51 AM | Last reply by WYB - Friday, September 25, 2015 3:48 AM -
0 Votes
Convert utf-16 xml to utf-8
I is not correct to speak of "UTF-16" and "UTF-8" Format.Answered | 4 Replies | 8795 Views | Created by Jerry Hodge - Tuesday, February 12, 2013 2:38 PM | Last reply by Christopher84 - Tuesday, February 12, 2013 8:49 PM -
0 Votes
Grunt/NPM Build Tasks Not Following Set Working Directory
Okay, I just added the "system.debug" flag to true on the builds, ran through the logs and saw it was actually setting the current working directory correctly, but the output was ...Answered | 4 Replies | 1385 Views | Created by Izzmo - Wednesday, July 6, 2016 3:42 PM | Last reply by Izzmo - Thursday, July 14, 2016 2:50 PM -
0 Votes
Schema compare -> Write updates is removing the UTF8 BOM
I suppose it's my fault since in Microsoft's infinite wisdom I should only be changing a few things at a time, checking them in, dealing with merge, getting latest, build, deploy, and an hour ...Answered | 2 Replies | 4576 Views | Created by Tjipke - Friday, February 13, 2009 10:29 AM | Last reply by DeathByVisualStudio - Wednesday, March 17, 2010 4:28 PM -
2 Votes
Conversion of text files from UTF-8 to ansi
After doing a lot of testing I figured out - based on my initial question above - that I only have to open the files by oFiR = New StreamReader(filename, ...Answered | 5 Replies | 32113 Views | Created by d_hesmer - Tuesday, September 15, 2009 1:15 PM | Last reply by d_hesmer - Friday, September 18, 2009 1:22 PM -
16 Votes
Saving a text file without BOM
And as Word is one of those old programs, I mentioned, as the converter were written, before UTF-8 became popular, they prefer the windows code pages.Answered | 32 Replies | 9551 Views | Created by RMCABC - Sunday, July 28, 2013 2:00 PM | Last reply by BrendanJ05 - Monday, August 31, 2015 1:33 PM - Items 1 to 20 of 2143012 Next ›
No announcements