Re: wide characters not accepted by Vincent
Vincent
Tue Oct 31 04:27:55 CST 2006
On Fri, 27 Oct 2006 08:28:42 -0700, "Carl Daniel [VC++ MVP]"
<cpdaniel_remove_this_and_nospam@mvps.org.nospam> wrote:
>John Carson wrote:
>> "Carl Daniel [VC++ MVP]"
>>> If you're trying to write the single character ligature L'?', then
>>> you need to make sure that your source code is stored in a Unicode
>>> format (typically UTF-8) and that you're using VC7 or later (VC6
>>> doesn't support unicode source files, IIRC).
>>
>> As an addendum, you can use the Character Map program that ships with
>> Windows (under Accessories->System Tools) to insert the ligature
>> character into your source code. (There may be other ways to do it.)
>
>Exactly. I'd actually done just that to insert the 'fi' ligature above, but
>it looks like the encoding that OE used to send the page turned it into a ?.
>Oh well.
>
>-cd
>
OK, that makes sense.
My source code isn't Unicode so I'll stick with the long version.
Thanks, Vin