Le lundi 21 août 2023 à 21:33 -0600, Colin Campbell a écrit :
> The countdown.py script is throwing a unicode error: 
> 
> PS C:\Lilypond> python countdown.py > 20230823.txt 
> Traceback (mos t recent call last): 
> File "C:\Lilypond\countdown.py", line 92, in <module> 
> print_state(grouped_mrs[state], state) 
> File "C:\Lilypond\countdown.py", line 57, in print_state 
> print('!{iid} {title} - {author}'.format( 
> File 
> "C:\Users\Colin\AppData\Local\Programs\Python\Python311\Lib\encodings\cp1252.py",
>  line 19, in encode 
> return codecs.charmap_encode(input,self.errors,encoding_table)[0] 
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
> UnicodeEncodeError: 'charmap' codec can't encode character '\u2192' in 
> position 19: character maps to <undefined> 
> PS C:\Lilypond> 


The title "C++17: static→inline constants; constexpr assert()" contains the 
character "→", which apparently cannot be represented in the "legacy" encoding 
that your Windows console uses. You might want to do something like what is 
described here:

https://superuser.com/questions/269818/change-default-code-page-of-windows-console-to-utf-8

Anyway, here is the result of running the script here:



A list of all merge requests can be found here:
https://gitlab.com/lilypond/lilypond/-/merge_requests?sort=label_priority


     Push:

No patches in Push at this time.


     Countdown:

!2088 Fix duration-line with partCombine - Thomas Morley
https://gitlab.com/lilypond/lilypond/-/merge_requests/2088


     Review:

!2093 display-woodwind-diagrams.scm: Fix bassoon diagram - Werner Lemberg
https://gitlab.com/lilypond/lilypond/-/merge_requests/2093

!2092 NR: Improve presentation of woodwind diagrams - Werner Lemberg
https://gitlab.com/lilypond/lilypond/-/merge_requests/2092

!2091 `code.lua` improvements - Werner Lemberg
https://gitlab.com/lilypond/lilypond/-/merge_requests/2091

!2090 C++17: static→inline constants; constexpr assert() - Dan Eble
https://gitlab.com/lilypond/lilypond/-/merge_requests/2090


     New:

No patches in New at this time.


     Waiting:

No patches in Waiting at this time.



Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to