回答編集履歴
2
情報の追加。
answer
CHANGED
@@ -15,5 +15,17 @@
|
|
15
15
|
【HTML - Atomのエディターで目に見えない文字が入ってしまう|teratail】
|
16
16
|
[https://teratail.com/questions/124949](https://teratail.com/questions/124949)
|
17
17
|
|
18
|
+
【Macで不可視な文字が入力されてしまう問題への対処法 – 未来的ライフスタイル】
|
19
|
+
[https://blog.right-apps.com/develop/2018/post-62/](https://blog.right-apps.com/develop/2018/post-62/)
|
20
|
+
|
18
21
|
【テキストエディタ内の「見えない何か」を見つける #atom #sublime | DevelopersIO】
|
19
|
-
[https://dev.classmethod.jp/non-programming/texteditor_garbled_letter/](https://dev.classmethod.jp/non-programming/texteditor_garbled_letter/)
|
22
|
+
[https://dev.classmethod.jp/non-programming/texteditor_garbled_letter/](https://dev.classmethod.jp/non-programming/texteditor_garbled_letter/)
|
23
|
+
|
24
|
+
【【VSCode】Macで文章作成中に制御文字(0x08)が勝手に混ざるので、とりあえず対策した | DevelopersIO】
|
25
|
+
[https://dev.classmethod.jp/etc/vscode-mac-control-character-0x08/](https://dev.classmethod.jp/etc/vscode-mac-control-character-0x08/)
|
26
|
+
|
27
|
+
【Visual Studio Codeでバックスペースに悩まされたら - Qiita】
|
28
|
+
[https://qiita.com/kyoh86/items/8f459bf1a8a2aedbf74a](https://qiita.com/kyoh86/items/8f459bf1a8a2aedbf74a)
|
29
|
+
|
30
|
+
【macで制御文字(�)が入力されてしまう問題】
|
31
|
+
[http://fridles.xyz/articles/6](http://fridles.xyz/articles/6)
|
1
情報の追加。
answer
CHANGED
@@ -3,4 +3,17 @@
|
|
3
3
|
---
|
4
4
|
|
5
5
|
サンプルのエラー表示部分を見てください。意図しない部分に意図しない制御文字が入っていることがわかると思います。
|
6
|
-
エディタの固有の問題かもしれません。(最近同じ回答をしたところなので)
|
6
|
+
エディタの固有の問題かもしれません。([最近同じ回答](https://teratail.com/questions/181086#reply-269479)をしたところなので)
|
7
|
+
|
8
|
+
|
9
|
+
---
|
10
|
+
|
11
|
+
**追記:**
|
12
|
+
|
13
|
+
Macでおきると書かれた記述がちらほら見つかります。
|
14
|
+
|
15
|
+
【HTML - Atomのエディターで目に見えない文字が入ってしまう|teratail】
|
16
|
+
[https://teratail.com/questions/124949](https://teratail.com/questions/124949)
|
17
|
+
|
18
|
+
【テキストエディタ内の「見えない何か」を見つける #atom #sublime | DevelopersIO】
|
19
|
+
[https://dev.classmethod.jp/non-programming/texteditor_garbled_letter/](https://dev.classmethod.jp/non-programming/texteditor_garbled_letter/)
|