Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-11842

Compiler does not support characters in the ISO 8859 extended character set

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium

      The documentation on support for characters states:

      Characters in the ISO 8859 extended character set are also supported.

      But for this source code ...

      /* The last character in this string is tilde-N */
      char test_string[] = "tilde-N: ñ";
      

      The compiler issues this diagnostic ...

      % tiarmclang -c file.c
      file.c:2:32: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
      char test_string[] = "tilde-N: <F1>";
                                     ^~~~
      1 warning generated.
      

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: