vim-jp / vim-jp/vital.vim

Web.HTTP: encodeURI() の文字コード

Open
#108 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Vim Script
Stars
587
Forks
64
Avg merge
2d 8h
Merged PRs (30d)
1

Description

#76 に対応した際に、今まで UTF-8 に強制的にエンコードされていたのが、全くエンコードされなくなってしまいました。

元々の要望に対応しようとした結果ですが、これは意図した結果ではないため、引数でエンコーディングを指定できるようにし、何らかの値で無変換(バイナリ)、デフォルトは UTF-8 になるようにしようと思います。

encodeURI({param} [, {encoding}])

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Web.HTTP encodeURI() entry point and review the behavior discussed in issue #76. Confirm how the optional encoding argument should select an encoding, with UTF-8 as the default and a value representing binary or unchanged input; done means these cases are covered.

Written by the indexing model from the issue text.

Assessment

Tech stack
vim
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.