[EXT_EP-11842] Compiler does not support characters in the ISO 8859 extended character set Created: 25/Jul/24 Updated: 18/Feb/25 Resolved: 18/Feb/25 |
|
| Status: | Fixed |
| Project: | Embedded Software & Tools |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Medium |
| Reporter: | TI User | Assignee: | TI User |
| Resolution: | Fixed | Votes: | 0 |
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Product: | Code Generation Tools |
| Internal ID: | CODEGEN-12689 |
| Forum URL: | https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/81/t/1391801 |
| Found In Release: | ARMCLANG_4.0.0.LTS ARMCLANG_3.2.0.LTS |
| Fix In Release: | ARMCLANG_3.2.3.LTS ARMCLANG_4.0.1.LTS |
| Affected Platform/Device: | default |
| Description |
|
The documentation on support for characters states:
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.
|