[MonoDevelop] problem with diacritics (accents etc)
Mark Kane
mkane23 at gmail.com
Thu Oct 22 07:50:26 EDT 2009
To Oskar,
I have left that as another problem. For the moment I'm just concerned
with having a simple c# program that uses Console.writeline("é") and
thats it. So in this scenario there is no source, I'm not reading
information from a file.
To Ian,
I'm seeing it in monodevelop's application output. For completeness, I
then tried writing this output to a file and it outputted ? as well.
So now I know the problem 'might' just be within monodevelop.
May I ask, if you were to have Console.WriteLine("é"); in a c# program
using monodevelop, what output does it give you?
I hope we can sort this out,
thanks,
Mark
On Thu, Oct 22, 2009 at 8:17 AM, Oskar Berggren
<oskar.berggren at gmail.com> wrote:
> 2009/10/22 Mark Kane <mkane23 at gmail.com>:
>> Hi all,
>>
>> I have a short question about using diacritics (for example accents:
>> é, á etc) in monodevelop with respect to C-sharp.
>> The problem is best summed up in one line of code:
>>
>> Console.writeline("é");
>>
>> This results in the following output:
>>
>> ?
>>
>> So my question is, how do we get the following output?
>>
>> é
>>
>>
>
>
> Is your source file stored as UTF-8?
>
>
> /Oskar
>
More information about the Monodevelop-list
mailing list