avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[2]: [avr-gcc-list] Codepage


From: Theodore A. Roth
Subject: Re[2]: [avr-gcc-list] Codepage
Date: Tue, 22 Oct 2002 12:39:40 -0700 (PDT)

I just guessing here, but ...

Did you compile gcc with native language support? This looks like it could
be related to that.

I've always compiled avr-gcc like this:

  $ cd gcc-<version>
  $ mkdir obj-avr && cd obj-avr
  $ ../configure --enable-languages=c,c++ --disable-nls --target=avr

This disables native language support.

On Mon, 21 Oct 2002, Alexei Govorukhin wrote:

:) Hello Joerg and others,
:) I am talking about cde pages. For example, in PC
:) Letter 'A' has code 65, 'B' - 66, 'C' - 67 ...

These are just ascii character codes.

:) In AVR GCC, as I have discovered, 'A' has code 1, 'B' - 2, and what
:) about other symbols, like '?' or '\'. Where can I look at this code
:) table?

These look like offsets in to the code page table when using NLS.

Ted Roth

:) Thank's again in dvance,
:) Alexei
:)
:) Monday, October 21, 2002, 10:40:15 AM, you wrote:
:)
:) JW> Alexei Govorukhin <address@hidden> wrote:
:)
:) >> And I got some problems. Code page of AVR GCC is not the same as in
:) >> Borland C++ Builder, Can any one tell me, where can I find codes for
:) >> symbols for AVR GCC?
:)
:) JW> Sorry, what codes are you talking about?
:)
:)
:)
:)
:) --
:) Best regards,
:)  Alexei                            mailto:address@hidden
:)
:) avr-gcc-list at http://avr1.org
:) avr-gcc-list at http://avr1.org
:)





avr-gcc-list at http://avr1.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]