Michael Brooks created CB-1361:
----------------------------------

             Summary: Remove UTF-8 Dependency on JavaScript File
                 Key: CB-1361
                 URL: https://issues.apache.org/jira/browse/CB-1361
             Project: Apache Cordova
          Issue Type: Bug
          Components: App Hello World
    Affects Versions: 2.2.0
            Reporter: Michael Brooks
            Assignee: Michael Brooks
             Fix For: 2.2.0


In {{www/js/index.js}}, some of the comments reference code blocks using a 
single tick (markdown convention):

{noformat}
// Call `app.receivedEvent(name);` to do something
{noformat}

Using the tick means the file is encoded in UTF-8 instead of ASCII. Changing 
the ticket to a single apostrophe allows the file to be encoded with ASCII 
characters.

{noformat}
// Call 'app.receivedEvent(name);' to do something
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to