Thanks for reply.
Also thought about it, but I had no way to check this. At the end of the
week I'll be working on it so check it out.
Regards
From: Crestron@... [mailto:Crestron@...] On Behalf
Of sebastiaanheemskerk
Sent: Monday, June 10, 2013 10:52 AM
To: Crestron@...
Subject: [Crestron] Re: The extended ASCII codes in 3-series
There is a change in character encoding. With a 3-series you can have ASCII
and UTF16. If you are using UTF16, you need to put in 2 bytes to represent 1
character.
To make it more 2-series compatible, you can put in the compiler directive:
#ENCODING_ASCII
Or probably put a \x00 in front of your \xB0 (may be behind the \xB0 as
well, as Crestron uses UTF16-Little Endian.)
Kind regards,
Sebastiaan
--- In Crestron@... <mailto:Crestron%40yahoogroups.com> ,
"kabza" <kabzaa@...> wrote:
When i wanted to get degree sign in simpl+ module i just get it with \xB0.
The same module in 3-series and degree sign is not show. Is there any
changes in ascii table?
Regards