Github user axemclion commented on a diff in the pull request: https://github.com/apache/cordova-wp8/pull/40#discussion_r13716495 --- Diff: wp8/bin/create.js --- @@ -71,16 +71,42 @@ function read(filename) { return s; } +// Reads content of utf-8 encoded file, removing BOM, if exist. +function readUTF8 (filename) { --- End diff -- Can this be renamed as read, since this is doing read anyway.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---