Diffing and viewing .SQL files
Moderator: SourceGear
Diffing and viewing .SQL files
We're using Vault 3.0.7.
We use VS 2005 to generate scripts of stored procedures, which we then place into vault. Whenever we try and compare revisions of one of these files, they are displayed 1 character per line, which isn't very helpful. Is this something to do with the file (when I open it in notepad, it seems fine), or is it a Vault setting?
Jonas
We use VS 2005 to generate scripts of stored procedures, which we then place into vault. Whenever we try and compare revisions of one of these files, they are displayed 1 character per line, which isn't very helpful. Is this something to do with the file (when I open it in notepad, it seems fine), or is it a Vault setting?
Jonas
Are there extended ASCII characters in your file? If not, there is no reason you need to switch back and forth.
ANSI's encoding for symbols 0 - 127 are mapped to the same symbols in UTF-8. Using UNICODE settings (with utf-8) should still work for both 2 byte Unicode as well an ANSI file as long as no characters are in the extended character set.
ANSI's encoding for symbols 0 - 127 are mapped to the same symbols in UTF-8. Using UNICODE settings (with utf-8) should still work for both 2 byte Unicode as well an ANSI file as long as no characters are in the extended character set.
Jeff Clausius
SourceGear
SourceGear
Any Updates on Unicode Support for Diffs?
Is there any word on whether this issue has been or will be addressed in Vault? We're running Server & Client 3.5.1 and still seeing this behavior.
Unfortunately, I didn't notice it until after loading my 59 functions and 301 stored procedure scripts. Does anyone have any ideas other than regenerating all of the scripts as ANSI encoded instead of the default UNICODE?
Thanks in advance,
Jim Fennell
Unfortunately, I didn't notice it until after loading my 59 functions and 301 stored procedure scripts. Does anyone have any ideas other than regenerating all of the scripts as ANSI encoded instead of the default UNICODE?
Thanks in advance,
Jim Fennell
~ Jim Fennell
~ Web Team Professionals, Inc.
~ Web Team Professionals, Inc.
That Did The Trick
Thanks. That appears to work. Couldn't find that setting before. Sure saves a lot of work!
Peace,
Jim Fennell
Peace,
Jim Fennell
~ Jim Fennell
~ Web Team Professionals, Inc.
~ Web Team Professionals, Inc.