Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue: fix wrap if containing multi-byte string #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

satotake
Copy link

@satotake satotake commented Aug 17, 2020

e.g.)
The following text

あのイーハトーヴォのすきとおった風、(夏でも底に冷たさをもつ青いそら)、うつくしい森で飾られたモリーオ市、郊外のぎらぎらひかる草の波。
 またそのなかでいっしょになったたくさんのひとたち、(ファゼーロとロザーロ、羊飼のミーロや、顔の赤いこどもたち、地主のテーモ、山猫博士のボーガント・デストゥパーゴなど、いまこの暗い巨きな石の建物のなかで考えていると、みんなむかし風のなつかしい青い幻燈のように思われます。では、わたくしはいつかの小さなみだしをつけながら、しずかにあの年のイーハトーヴォの五月から十月までを書きつけましょう。(宮沢賢治)

results in

あのイーハトーヴォのすきとおった風、(夏でも底に冷たさをもつ青いそら)、うつくしい�
��で飾られたモリーオ市、郊外のぎらぎらひかる草の波。
 またそのなかでいっしょになったたくさんのひとたち、(ファゼーロとロザーロ、羊飼��
�ミーロや、顔の赤いこどもたち、地主のテーモ、山猫博士のボーガント・デストゥパー��
�など、いまこの暗い巨きな石の建物のなかで考えていると、みんなむかし風のなつかし��
�青い幻燈のように思われます。では、わたくしはいつかの小さなみだしをつけながら、��
�ずかにあの年のイーハトーヴォの五月から十月までを書きつけましょう。(宮沢賢治)

because newline(\n)s are inserted into single runes with wrap function.

This PR fixes this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant