kintone-samples / plugin-samples

56 stars 156 forks source link

[textConnect] Multiple-character delimiters need decoding #144

Closed theredspoon closed 5 years ago

theredspoon commented 5 years ago

When using a delimiter with multiple characters such as ", " or " ", the space character is converted to " "

There may be other characters that are not properly HTML decoded but I have not tested.

will-yama commented 5 years ago

Just checking this... you mean that the spaces turn into the string "\ \", correct?

theredspoon commented 5 years ago

Yes, exactly

On Wed, Jan 23, 2019 at 11:48 PM William Akihiro Sayama < notifications@github.com> wrote:

Just checking this... you mean that the spaces turn into the string " ", correct?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kintone/plugin-examples/issues/144#issuecomment-457099544, or mute the thread https://github.com/notifications/unsubscribe-auth/AUAQUDFLdS9J0VSIszUnATxt-5_wwjorks5vGWVXgaJpZM4aQBpj .

will-yama commented 5 years ago

Fixed with #147