mattn

Results 893 comments of mattn

Which standard is defined for that?

That is not a specification. go-runewidth generate tables from Unicode specification.

`खा` 0x0916 is not Ambiguous (A). It is Neutral (N). https://unicode.org/Public/13.0.0/ucd/EastAsianWidth.txt ![image](https://user-images.githubusercontent.com/10111/169752395-f7d71267-20b0-4dd8-b05a-01f03fe26186.png)

If the field is `W`, runewidth.StringWidth return 2. Table of runewidth is generated from EastAsianWidth.txt. So runewidith works correctly, I think.

Ah, sorry. I did misreading. I didn't understand `खा` have two runes.

Thanks. I'll look into it in later.

@dolmen There is already plan to use it. See https://github.com/mattn/go-runewidth/pull/29

ありがとうございます。ちなみにどの様なパスでしょうか? On 4/23/17, Sohei Yamaga wrote: > いつも資料を作成するときにPandocと組み合わせて使わせていただいでいます。 > 詳しくはテストしていないのですが、パスに日本語が含まれていると、どうもうまく動作しない気がします。 > 環境はArch Linux, LANG=en_US.UTF-8です > > > -- > You are receiving this because you are subscribed to this thread....

ありがとうございます。あとで検証します。

手元で ubuntu を使い `goemon -g md` で出力した goemon.yml を `**/*.md` に変更、その後 `goemon -a :5000` で起動した状態で md ファイルを編集した時のスクリーンショットです。 ![goemon](http://go-gyazo.appspot.com/8024e52c7d6b6d6b.png) 今のところ問題なく動いている様にみえます。なにか特別な設定など無いでしょうか?