Encoding in "ARM Semihosting Console"

Sysprogs forums Forums VisualGDB Encoding in "ARM Semihosting Console"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20818
    Yuriy
    Participant

    Hi,

    We use ARM Semihosting Console to debug our applications. By-design our application uses OEM 866 encoding (Cyrillic).

    Is it possible to change encoding for “ARM Semihosting Console” window?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #20832
    support
    Keymaster

    Hi,

    Sorry, the VisualGDB semihosting console only supports UTF-8 as it has become a de-facto standard encoding for all non-Latin characters. Would switching the encoding of your source files to UTF-8 be a reasonable workaround?

    #20834
    Yuriy
    Participant

    No, we can’t change encoding of sources, because CP866 is used to communicate with third-party device. All messages in this device should be stored exactly in CP866.

    We already have workaround – print short message in debug console (using latin characters), and then print actual data. So we can see, that data transferred. Anyway, thank you for your answer.

    #20839
    support
    Keymaster

    Hi,

    Thanks for explaining this – it makes sense. Good to know you have found the workaround. Let us know if you run into further problems and we will be happy to help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.