On 29.10.2015 09:07, Rémi ESSAISSI wrote:
> Hello
>
> Great news ,
>
> Does that include utf8 for the assemblers yet ?
>
It would be nice to have in the long term, but we could get support in
the compiler withut support in the assembler first.
>
> It is true that I proposed my self on that th
Hello
Great news ,
Does that include utf8 for the assemblers yet ?
It is true that I proposed my self on that tho,
but with very few ressources, I didnt have the time yet
to study the SDCC tree to look at it .
If one of the assemblers writer have the time to make me a road map,
it
We need to define source and execution chracter sets (see section 5.2.1
of the C11 standard) for SDCC.
The easiest approach would be to support only the basic character set as
required by the standard. Currently, we have some (but not complete)
support for iso-8859-1.
Here's a suggestion for supp