-
Notifications
You must be signed in to change notification settings - Fork 205
Test Template with UTF8 strings and update as needed #168
Comments
Tim - slightly off topic but very relevant and I don't know where to throw it In Momentics if I create a new extension I get a REALLY old framework IMHO these should be, at least, fairly in sync |
@peardox Maybe you want to check for an update? (The latest one should be 10.1.0.1020) |
There's an existing issue for it and it's targeted at 10.2. I need to update the template for Cordova Plugins before though, so they only update the template once: https://www.blackberry.com/jira/browse/BBTEN-866 This particular issue is to make sure that the template shows people how to deal with UTF-8 strings, rather than just ASCII ones. I'm not sure if it currently breaks or not yet. |
Good to know in advance I'll spread the word over UTF-8 so developers are aware of it I've got several plugins in progress. One is ready to go but I'd like to Can you ask the web platform team how I pick up an event (I've got two If I get events I become mega-effective On Fri, Jun 7, 2013 at 4:37 PM, Tim Windsor [email protected]:
Simon Booth A flawed genius (a quote about me) |
Tested and this is working fine as is. I copied the right code apparently. |
See if the template works for sending UTF8 string data to C++ level and if necessary update the template to use QStrings and handle UTF8 properly, as shown in this pull request on the framework: blackberry/BB10-WebWorks-Framework/pull/664
The text was updated successfully, but these errors were encountered: