Re: A simple question
- From: "Alex Blekhman" <xfkt@xxxxxxxxx>
- Date: Wed, 27 Jun 2007 18:34:45 +0300
"Rick" wrote:
I have to use Microsoft VC 6.0 in and old Spanish
Application. I need to use
Spanish special character, such as "ñ" and stress marks
(á, é, Ã, ó, ú). When
I run VC I get funny characters on the output.
The system uses ofstream to save data on text files (where
the funny
characters are).
Any simple solution?
The simplest solution is to convert the application to
Unicode and to use only wide characters. Then you don't need
to worry about special characters.
Alex
.
Relevant Pages
- Re: Password Question (With Complexity)
... there is one problem with your attempt which is that if you always generate the same password if someone uses the same input, then the password is actually just the 7 digit number. ... If your plan is to write a password generator just for fun - ok, but there are already thousands out there. ... At least 8 characters, from which at least one uppercase, one ... lowercase and one special character or number character. ... (microsoft.public.dotnet.languages.vb) - Re: sorting on special characters in index
... "$, dollar-sign" ... need to escape them using the quote special character. ... The special characters can be changed in a makeindex style file ... There's also information in "A Guide to LaTeX" ... (comp.text.tex) - Re: How To Insert an Escaped Apostrophe With Sed?
... These are the typical characters) ... Then manipulate those entries and produce a script ... full of move commands to rename the offending files. ... source field and the destination field with no special character at ... (comp.unix.shell) - Re: NewPasswordRegularExpression bug in ChangePassword control
... As for the CreateUserWizard and its password regex expression, ... including two numbers and one special character" ... PasswordHintText="Please enter a password at least 8 characters long, ... (microsoft.public.dotnet.framework.aspnet) - Re: Accented chars in filenames issue
... What happens when you try touch touch a file with a special character? ... characters - it's translating the existing ones into UTF. ... to retain the original accented characters - if indeed, ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ... (Debian-User) |
|