haskell-jp / general #14

@fumi has joined the channel
@shugo has joined the channel
Kazufumi_Suzuki
@Kazufumi_Suzuki has joined the channel
@koyama41 has joined the channel
@ has joined the channel
昔の話ですが,職場のOSがWin10になり,新しいGHCが使えるようになったのでAttoparsec.Text.Lazyで実装したら3分の1ほどのメモリ消費になりました.
@ has joined the channel
@kazy has joined the channel
@ has joined the channel
@Lizyc-jp has joined the channel
@ has joined the channel
@kilo has joined the channel
質問させていただきます. TemplateHaskell で以下のコードでコンパイル時に文字列を埋め込んでいます. UTF-8のcsvファイルの数値等は問題なく読み込めるのですが,日本語を埋め込む際に何故か先頭に「・」(中点)が入り込み困っています. この現象の原因に心当たりがありましたらご教示下さい. 環境は Win10 Docker for Windows 上のCent OS 7, GHC 8.6.3 です.
本題じゃないですが、
	lift t + [|TL.pack $(lift $TL.unpack t) |]

+= のまちがいですかね?
はい,間違いです. ご指摘ありがとうございます.
修正させていただきました.
大変申し訳ありませんが,自己解決しました.
エディタの関係でBOMの\65279が記述されており,TemplateHaskellがそれを書き込んでいたようです.
@篠川 has joined the channel
@sirkerf has joined the channel
@ has joined the channel
@apo has joined the channel
@ has joined the channel
@ has joined the channel
@tiquer has joined the channel
えび (ebi_chan)
@えび (ebi_chan) has joined the channel
@rusconn has joined the channel
@tech_machii has joined the channel
@Koyanagi S has joined the channel
@heyclor has joined the channel
@ has joined the channel
@白椿 has joined the channel
@ has joined the channel
@yantene has joined the channel
@shinichir0 has joined the channel
@keisuke.i has joined the channel
@tribal_tech has joined the channel
@ has joined the channel
@ has joined the channel
@ has joined the channel
@ has joined the channel
質問させていただきます
haddock のGrid Table で日本語を使いたいのですが,方法はありますか?
英数は問題なく作成されるのですが,日本語を入れると崩れます.
Haddockの versionは 2.22.0 です.
崩れる、というのはどういう状態でしょうか?
文字化けする?それともテーブルのレイアウトがおかしい?
(言語化するのが面倒なら入力したソースとhaddockが出したHTMLのスクショでもいいです)
あと、そもそもほかの箇所で日本語が使えるかも気になります。

どちらにしても、おそらくバグとして報告しないとダメな問題ではないかと思います...
仮にワークアラウンドがあったとしても、所詮ワークアラウンドですし。
以下の例(部分ですみません)をstack haddockしたものが,画像になります.
-- | test
--
-- +----+----+
-- | a | b |
-- +====+====+
-- | a |
-- +---------+
-- | b |
-- +---------+

-- | test
--
-- +----+----+
-- | あ | い |
-- +====+====+
-- | あ |
-- +---------+
-- | い |
-- +---------+
日本語自体の表示はされますが,Grid Tableが作成されません.