elm-lang / elm-package

Command line tool to share Elm libraries
BSD 3-Clause "New" or "Revised" License
213 stars 66 forks source link

download bullets look weird on Japanese Windows 10 #251

Closed giisyu closed 7 years ago

giisyu commented 7 years ago

environment : windows 10 elm-make 0.18 (Elm Platform 0.18.0) elm-package 0.18.0 Command Prompt

>elm package install elm-lang/navigation -y
Starting downloads...

  笳・elm-lang/navigation 2.0.0

笳・elm-lang/dom 1.1.1
Packages configured successfully!
process-bot commented 7 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

stkb commented 7 years ago

Wasn't sure whether to open a separate issue for this but the bullets don't show properly either in English code pages, eg OEM United States (437) or ANSI Latin 1 Western European (1252).

437

Even after switching to code page 65001 (UTF-8), the bullets show, but have some extra characters after them.

65001

I noticed there was a commit back in June 2016 to fix this, but it was later reverted.

evancz commented 7 years ago

The next release will check if it is windows and do an uglier character https://github.com/evancz/builder/blob/master/src/Reporting/Progress/Terminal.hs#L214-L229

Thanks for the report!