Ini masih belum diperbaiki. Saya akan mengajukan laporan bug.
Jadi, masalahnya adalah bahwa program menggunakan \u2009 alih-alih \u202F, sehingga baris dapat dipatahkan pada spasi tersebut - yang tidak baik.
Juga, di bagian atas, disebutkan adanya spasi tipis non-breaking antara tanda kutip, tetapi sebenarnya tidak dimasukkan:
‘<< *<’ > ‘\u201c \u2018’ # Use nested open double and single curly quotes
# (non-breaking thin space between)
This still hasn’t been fixed. I’m submitting a bug report.
So the problem is that it is using a \u2009 instead of a \u202F, so the line can be broken on that space - which is not good.
Also, towards the top, it mentions a non-breaking thin space between the quotes, but it doesn’t actually put them in:
‘<< *<’ > ‘\u201c \u2018’ # Use nested open double and single curly quotes
# (non-breaking thin space between)
Diterjemahkan secara otomatis dari English