0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

~←は全角チルダで、〜←は波ダッシュ

Posted at

きっかけ

自分の上司が、作ったプログラムをテストしてもらう際に試験チームの方でエラーになる(テスト通りに行かない)と返されてしまったという

原因

テストコードを書く時点で〜(波ダッシュ)と~(全角チルダ)をデータベースに反映するテストコードを記述した際に正規化し忘れたらしい
というかこれ見た感じ全然わかんねえ。。

まとめ

終始違いがわからない。ちなみにMacで「から」と検索すると波ダッシュ、Windowsだと全角チルダらしい。
UniCodeはそれぞれ
U+E3809C波ダッシュ
U+EFBD9Eチルダ 
みなさんもどうかお気をつけてください。。

参考にしたサイト

レコチョクのエンジニアブログ
テキスト処理ツール

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?