You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/04/16 13:52:46 UTC

[GitHub] [royale-compiler] kennylerma opened a new issue #87: utf-8 error with degree symbol

kennylerma opened a new issue #87: utf-8 error with degree symbol
URL: https://github.com/apache/royale-compiler/issues/87
 
 
   I'm setting some text for a textfield, but when building, the compiler complains of a utf-8 error because of the ยบ (degree symbol).  I can work around this using the below, but I believe the comiler should be able to handle this.
   
   ```as3
   String.fromCharCode(0xB0);
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services