AVR C Runtime Library - Bugs: bug #59536, Add support for wchar_t type
You are not allowed to post comments on this tracker with your current authentication level.
bug #59536: Add support for wchar_t type
Submitter: | None | ||
Submitted: | Tue 24 Nov 2020 06:48:56 PM UTC | ||
Category: | Feature Request | Severity: | 3 - Normal |
Priority: | 5 - Normal | Item Group: | None |
Status: | None | Percent Complete: | 0% |
Assigned to: | None | Originator Email: | -email is unavailable- |
Open/Closed: | Open | Release: | 2.0.0 |
Fixed Release: | None |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
No changes have been made to this item
wchar_t is not really supported by avr-libc.
However even in embedded electronics there are sometimes cases were working with wide chars becomes necessary.
To make this easier the C standard specifies a wchar.h header which provides wide variants of many other function specified in the standard library like strlen and printf