Skip to content

Commit

Permalink
Merge pull request #15 from AdrianoCahete/master
Browse files Browse the repository at this point in the history
Fix for Win8+
  • Loading branch information
sgentle committed Jun 19, 2016
2 parents 7ae56c5 + e6f079e commit c0d4994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caniuse.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ resultmap = y: "✔", n: "✘", a: "◒", u: "‽", i: "ⓘ", w: "⚠"
supernums = "⁰¹²³⁴⁵⁶⁷⁸⁹"

if (os.platform() == 'win32')
resultmap = y: "\u221A", n: "\u00D7", a: "\u0473", u: "\u203D", i: "\u24D8", w: "\u26A0"
resultmap = y: "\u221A", n: "\u00D7", a: "\u0398", u: "\u203D", i: "\u24D8", w: "\u26A0"

if argv["ascii"]
resultmap = y: "[Yes]", n: "[No]", a: "[Partly]", u: "[?!]", i: "[Info]", w: "[Warning]"
Expand Down

0 comments on commit c0d4994

Please sign in to comment.