Skip to content

Commit

Permalink
Unicode: Unicode #44
Browse files Browse the repository at this point in the history
  • Loading branch information
uakms committed Feb 6, 2016
1 parent e6dcf69 commit d91d031
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doc/eval.jax
Original file line number Diff line number Diff line change
Expand Up @@ -2424,8 +2424,8 @@ byteidxcomp({expr}, {nr}) *byteidxcomp()*
echo byteidxcomp(s, 2)
< 1 番目と 3 番目は 3 が出力される ('e' の長さと合成文字の長さを
足すと 3 バイト)。2 番目は 1 が出力される ('e' は 1 バイト)。
'encoding' にユニコードが設定されているときのみ byteidx() と違
う動作になる
'encoding' に Unicode が設定されているときのみ byteidx() と違う
動作になる

call({func}, {arglist} [, {dict}]) *call()* *E699*
リスト|List|{arglist}の要素を引数として関数{func}を呼ぶ。
Expand Down Expand Up @@ -4931,8 +4931,8 @@ pumvisible() *pumvisible()*
py3eval({expr}) *py3eval()*
Python の式 {expr} を評価して、結果を Vim のデータ形式にして返
す。
数値と文字列はそのまま返る (ただし文字列はコピーされ、ユニコー
ドから 'encoding' に変換される)。
数値と文字列はそのまま返る (ただし文字列はコピーされ、Unicode
から 'encoding' に変換される)。
リストは Vim の |List| 型に変換される。
辞書は Vim の |Dictionary| 型に変換される。辞書のキーは文字列
に変換される。
Expand Down
2 changes: 1 addition & 1 deletion doc/syntax.jax
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ TOhtml は多くのブラウザでサポートされているエンコーディ
ができる (下記オプション参照)。IANA 名については
http://www.iana.org/assignments/character-sets を参照。

Note 初期設定ではすべてのユニコードエンコーディングは BOM なし UTF-8 として
Note 初期設定ではすべての Unicode エンコーディングは BOM なし UTF-8 として
HTML 生成される (W3C 推奨):

http://www.w3.org/International/questions/qa-choosing-encodings
Expand Down

0 comments on commit d91d031

Please sign in to comment.